Html Css Color HEX #424FE4 Royal Blue

📋 copy color: '#424FE4'

red 66 ◦ green 79 ◦ blue 228

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

Shades of Royal Blue #424FE4

Tints of Royal Blue #424FE4

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.18%

 BLUE value IS 228 (89.45% from 255) = 61.13%

R = 17.69%
G = 21.18%
B = 61.13%

CMYK

 C value IS 0.71

 M value IS 0.65

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#424FE4 (or 0x424FE4) is known color: Royal Blue. HEX triplet: 42, 4F and E4. RGB value is (66,79,228). Sum of RGB (Red+Green+Blue) = 66+79+228=373 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.69% from 373); Green value is 79 (31.25% from 255 or 21.18% from 373); Blue value is 228 (89.45% from 255 or 61.13% from 373); Max value from RGB is 228 - color contains mainly: blue. Hex color #424FE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #424FE4 is #BDB01B. Grayscale: #5B5B5B. Windows color (decimal): -12431388 or 14962498. OLE color: 14962498.

HSL color Cylindrical-coordinate representation of color #424FE4: hue angle of 235.19º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #424FE4 is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 66 79 228 -
CMYK 0.71 0.65 0 0.11
HSL 235.19º 0.75% 0.58% -
HSV(B) 235.19º 0.71% 0.89% -
XYZ 19.05 12.35 74.78 -
YUV 92.1 204.69 109.38 -
System Red Green Blue C M Y K H S L
Decimal 66 79 228 0.71 0.65 0 0.11 235.19 0.75 0.58
Hex 42 4F E4 47 41 0 B EB 4B 3A
Octal 102 117 344 107 101 0 13 353 113 72
Binary 1000010 1001111 11100100 1000111 1000001 0 1011 11101011 1001011 111010

Color Harmonies of #424FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424FE4

Black with #424FE4

Text Example


Text Example

White with #424FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424FE4; }

 p { color: rgb(66,79,228); }

 H1.HeaderClassName
 {
   color: #424FE4;
 }
 .AnyTagClassName
 {
   color: #424FE4;
 }
</style>

background-color css

<style>
 a { background-color: #424FE4; }

 a { background-color: rgb(66,79,228); }

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

border-color css

<style>
 span { border-color: #424FE4; }

 span { border-color: rgb(66,79,228); }

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