Html Css Color HEX #425EEF Royal Blue

📋 copy color: '#425EEF'

red 66 ◦ green 94 ◦ blue 239

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

Shades of Royal Blue #425EEF

Tints of Royal Blue #425EEF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.56%

 BLUE value IS 239 (93.75% from 255) = 59.9%

R = 16.54%
G = 23.56%
B = 59.9%

CMYK

 C value IS 0.72

 M value IS 0.61

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#425EEF (or 0x425EEF) is known color: Royal Blue. HEX triplet: 42, 5E and EF. RGB value is (66,94,239). Sum of RGB (Red+Green+Blue) = 66+94+239=399 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.54% from 399); Green value is 94 (37.11% from 255 or 23.56% from 399); Blue value is 239 (93.75% from 255 or 59.90% from 399); Max value from RGB is 239 - color contains mainly: blue. Hex color #425EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #425EEF is #BDA110. Grayscale: #656565. Windows color (decimal): -12427537 or 15687234. OLE color: 15687234.

HSL color Cylindrical-coordinate representation of color #425EEF: hue angle of 230.29º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #425EEF is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 66 94 239 -
CMYK 0.72 0.61 0 0.06
HSL 230.29º 0.84% 0.6% -
HSV(B) 230.29º 0.72% 0.94% -
XYZ 21.83 15.4 83.48 -
YUV 102.16 205.22 102.21 -
System Red Green Blue C M Y K H S L
Decimal 66 94 239 0.72 0.61 0 0.06 230.29 0.84 0.6
Hex 42 5E EF 48 3D 0 6 E6 54 3C
Octal 102 136 357 110 75 0 6 346 124 74
Binary 1000010 1011110 11101111 1001000 111101 0 110 11100110 1010100 111100

Color Harmonies of #425EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425EEF

Black with #425EEF

Text Example


Text Example

White with #425EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425EEF; }

 p { color: rgb(66,94,239); }

 H1.HeaderClassName
 {
   color: #425EEF;
 }
 .AnyTagClassName
 {
   color: #425EEF;
 }
</style>

background-color css

<style>
 a { background-color: #425EEF; }

 a { background-color: rgb(66,94,239); }

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

border-color css

<style>
 span { border-color: #425EEF; }

 span { border-color: rgb(66,94,239); }

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