Html Css Color HEX #426CFC Royal Blue

📋 copy color: '#426CFC'

red 66 ◦ green 108 ◦ blue 252

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

Shades of Royal Blue #426CFC

Tints of Royal Blue #426CFC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.35%

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

R = 15.49%
G = 25.35%
B = 59.15%

CMYK

 C value IS 0.74

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#426CFC (or 0x426CFC) is known color: Royal Blue. HEX triplet: 42, 6C and FC. RGB value is (66,108,252). Sum of RGB (Red+Green+Blue) = 66+108+252=426 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.49% from 426); Green value is 108 (42.58% from 255 or 25.35% from 426); Blue value is 252 (98.83% from 255 or 59.15% from 426); Max value from RGB is 252 - color contains mainly: blue. Hex color #426CFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #426CFC is #BD9303. Grayscale: #6F6F6F. Windows color (decimal): -12423940 or 16542786. OLE color: 16542786.

HSL color Cylindrical-coordinate representation of color #426CFC: hue angle of 226.45º 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 #426CFC is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 66 108 252 -
CMYK 0.74 0.57 0 0.01
HSL 226.45º 0.97% 0.62% -
HSV(B) 226.45º 0.74% 0.99% -
XYZ 25.18 18.91 94.42 -
YUV 111.86 207.09 95.29 -
System Red Green Blue C M Y K H S L
Decimal 66 108 252 0.74 0.57 0 0.01 226.45 0.97 0.62
Hex 42 6C FC 4A 39 0 1 E2 61 3E
Octal 102 154 374 112 71 0 1 342 141 76
Binary 1000010 1101100 11111100 1001010 111001 0 1 11100010 1100001 111110

Color Harmonies of #426CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426CFC

Black with #426CFC

Text Example


Text Example

White with #426CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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