Html Css Color HEX #425EEA Royal Blue

📋 copy color: '#425EEA'

red 66 ◦ green 94 ◦ blue 234

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

Shades of Royal Blue #425EEA

Tints of Royal Blue #425EEA

RGB

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

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

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

R = 16.75%
G = 23.86%
B = 59.39%

CMYK

 C value IS 0.72

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#425EEA (or 0x425EEA) is known color: Royal Blue. HEX triplet: 42, 5E and EA. RGB value is (66,94,234). Sum of RGB (Red+Green+Blue) = 66+94+234=394 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.75% from 394); Green value is 94 (37.11% from 255 or 23.86% from 394); Blue value is 234 (91.80% from 255 or 59.39% from 394); Max value from RGB is 234 - color contains mainly: blue. Hex color #425EEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #425EEA is #BDA115. Grayscale: #646464. Windows color (decimal): -12427542 or 15359554. OLE color: 15359554.

HSL color Cylindrical-coordinate representation of color #425EEA: hue angle of 230º 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 #425EEA is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 66 94 234 -
CMYK 0.72 0.60 0 0.08
HSL 230º 0.8% 0.59% -
HSV(B) 230º 0.72% 0.92% -
XYZ 21.1 15.1 79.65 -
YUV 101.59 202.72 102.62 -
System Red Green Blue C M Y K H S L
Decimal 66 94 234 0.72 0.60 0 0.08 230 0.8 0.59
Hex 42 5E EA 48 3C 0 8 E6 50 3B
Octal 102 136 352 110 74 0 10 346 120 73
Binary 1000010 1011110 11101010 1001000 111100 0 1000 11100110 1010000 111011

Color Harmonies of #425EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425EEA

Black with #425EEA

Text Example


Text Example

White with #425EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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