Html Css Color HEX #425CEA Royal Blue

📋 copy color: '#425CEA'

red 66 ◦ green 92 ◦ blue 234

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

Shades of Royal Blue #425CEA

Tints of Royal Blue #425CEA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.47%

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

R = 16.84%
G = 23.47%
B = 59.69%

CMYK

 C value IS 0.72

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#425CEA (or 0x425CEA) is known color: Royal Blue. HEX triplet: 42, 5C and EA. RGB value is (66,92,234). Sum of RGB (Red+Green+Blue) = 66+92+234=392 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.84% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 234 (91.80% from 255 or 59.69% from 392); Max value from RGB is 234 - color contains mainly: blue. Hex color #425CEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #425CEA is #BDA315. Grayscale: #636363. Windows color (decimal): -12428054 or 15359042. OLE color: 15359042.

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

Color convert

RGB 66 92 234 -
CMYK 0.72 0.61 0 0.08
HSL 230.71º 0.8% 0.59% -
HSV(B) 230.71º 0.72% 0.92% -
XYZ 20.93 14.75 79.59 -
YUV 100.41 203.39 103.45 -
System Red Green Blue C M Y K H S L
Decimal 66 92 234 0.72 0.61 0 0.08 230.71 0.8 0.59
Hex 42 5C EA 48 3D 0 8 E7 50 3B
Octal 102 134 352 110 75 0 10 347 120 73
Binary 1000010 1011100 11101010 1001000 111101 0 1000 11100111 1010000 111011

Color Harmonies of #425CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425CEA

Black with #425CEA

Text Example


Text Example

White with #425CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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