Html Css Color HEX #425FEE Royal Blue

📋 copy color: '#425FEE'

red 66 ◦ green 95 ◦ blue 238

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

Shades of Royal Blue #425FEE

Tints of Royal Blue #425FEE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.81%

 BLUE value IS 238 (93.36% from 255) = 59.65%

R = 16.54%
G = 23.81%
B = 59.65%

CMYK

 C value IS 0.72

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#425FEE (or 0x425FEE) is known color: Royal Blue. HEX triplet: 42, 5F and EE. RGB value is (66,95,238). Sum of RGB (Red+Green+Blue) = 66+95+238=399 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.54% from 399); Green value is 95 (37.5% from 255 or 23.81% from 399); Blue value is 238 (93.36% from 255 or 59.65% from 399); Max value from RGB is 238 - color contains mainly: blue. Hex color #425FEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #425FEE is #BDA011. Grayscale: #666666. Windows color (decimal): -12427282 or 15621954. OLE color: 15621954.

HSL color Cylindrical-coordinate representation of color #425FEE: hue angle of 229.88º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #425FEE is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 66 95 238 -
CMYK 0.72 0.60 0 0.07
HSL 229.88º 0.83% 0.6% -
HSV(B) 229.88º 0.72% 0.93% -
XYZ 21.77 15.52 82.74 -
YUV 102.63 204.39 101.87 -
System Red Green Blue C M Y K H S L
Decimal 66 95 238 0.72 0.60 0 0.07 229.88 0.83 0.6
Hex 42 5F EE 48 3C 0 7 E6 53 3C
Octal 102 137 356 110 74 0 7 346 123 74
Binary 1000010 1011111 11101110 1001000 111100 0 111 11100110 1010011 111100

Color Harmonies of #425FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425FEE

Black with #425FEE

Text Example


Text Example

White with #425FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,95,238); }

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

background-color css

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

 a { background-color: rgb(66,95,238); }

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

border-color css

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

 span { border-color: rgb(66,95,238); }

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