Html Css Color HEX #426BFC Royal Blue

📋 copy color: '#426BFC'

red 66 ◦ green 107 ◦ blue 252

#426BFC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #426BFC

Tints of Royal Blue #426BFC

RGB

 RED value IS 66 (26.17% from 255) = 15.53%

 GREEN value IS 107 (42.19% from 255) = 25.18%

 BLUE value IS 252 (98.83% from 255) = 59.29%

R = 15.53%
G = 25.18%
B = 59.29%

CMYK

 C value IS 0.74

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#426BFC (or 0x426BFC) is known color: Royal Blue. HEX triplet: 42, 6B and FC. RGB value is (66,107,252). Sum of RGB (Red+Green+Blue) = 66+107+252=425 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.53% from 425); Green value is 107 (42.19% from 255 or 25.18% from 425); Blue value is 252 (98.83% from 255 or 59.29% from 425); Max value from RGB is 252 - color contains mainly: blue. Hex color #426BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #426BFC is #BD9403. Grayscale: #6E6E6E. Windows color (decimal): -12424196 or 16542530. OLE color: 16542530.

HSL color Cylindrical-coordinate representation of color #426BFC: hue angle of 226.77º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #426BFC is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 66 107 252 -
CMYK 0.74 0.58 0 0.01
HSL 226.77º 0.97% 0.62% -
HSV(B) 226.77º 0.74% 0.99% -
XYZ 25.08 18.7 94.38 -
YUV 111.27 207.42 95.71 -
System Red Green Blue C M Y K H S L
Decimal 66 107 252 0.74 0.58 0 0.01 226.77 0.97 0.62
Hex 42 6B FC 4A 3A 0 1 E3 61 3E
Octal 102 153 374 112 72 0 1 343 141 76
Binary 1000010 1101011 11111100 1001010 111010 0 1 11100011 1100001 111110

Color Harmonies of #426BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426BFC

Black with #426BFC

Text Example


Text Example

White with #426BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426BFC; }

 p { color: rgb(66,107,252); }

 H1.HeaderClassName
 {
   color: #426BFC;
 }
 .AnyTagClassName
 {
   color: #426BFC;
 }
</style>

background-color css

<style>
 a { background-color: #426BFC; }

 a { background-color: rgb(66,107,252); }

 div.DivClassName
 {
   background-color: #426BFC;
 }
 .BgClassName
 {
   background-color: #426BFC;
 }
</style>

border-color css

<style>
 span { border-color: #426BFC; }

 span { border-color: rgb(66,107,252); }

 td.TdClassName
 {
   border-color: #426BFC;
 }
 .TagClassName
 {
   border-color: #426BFC;
 }
</style>