Html Css Color HEX #426CEA Royal Blue

📋 copy color: '#426CEA'

red 66 ◦ green 108 ◦ blue 234

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

Shades of Royal Blue #426CEA

Tints of Royal Blue #426CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 57.35%

R = 16.18%
G = 26.47%
B = 57.35%

CMYK

 C value IS 0.72

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#426CEA (or 0x426CEA) is known color: Royal Blue. HEX triplet: 42, 6C and EA. RGB value is (66,108,234). Sum of RGB (Red+Green+Blue) = 66+108+234=408 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.18% from 408); Green value is 108 (42.58% from 255 or 26.47% from 408); Blue value is 234 (91.80% from 255 or 57.35% from 408); Max value from RGB is 234 - color contains mainly: blue. Hex color #426CEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #426CEA is #BD9315. Grayscale: #6D6D6D. Windows color (decimal): -12423958 or 15363138. OLE color: 15363138.

HSL color Cylindrical-coordinate representation of color #426CEA: hue angle of 225º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #426CEA is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 66 108 234 -
CMYK 0.72 0.54 0 0.08
HSL 225º 0.8% 0.59% -
HSV(B) 225º 0.72% 0.92% -
XYZ 22.46 17.82 80.1 -
YUV 109.81 198.09 96.75 -
System Red Green Blue C M Y K H S L
Decimal 66 108 234 0.72 0.54 0 0.08 225 0.8 0.59
Hex 42 6C EA 48 36 0 8 E1 50 3B
Octal 102 154 352 110 66 0 10 341 120 73
Binary 1000010 1101100 11101010 1001000 110110 0 1000 11100001 1010000 111011

Color Harmonies of #426CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426CEA

Black with #426CEA

Text Example


Text Example

White with #426CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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