Html Css Color HEX #425FDD Royal Blue

📋 copy color: '#425FDD'

red 66 ◦ green 95 ◦ blue 221

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

Shades of Royal Blue #425FDD

Tints of Royal Blue #425FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 57.85%

R = 17.28%
G = 24.87%
B = 57.85%

CMYK

 C value IS 0.70

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#425FDD (or 0x425FDD) is known color: Royal Blue. HEX triplet: 42, 5F and DD. RGB value is (66,95,221). Sum of RGB (Red+Green+Blue) = 66+95+221=382 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.28% from 382); Green value is 95 (37.5% from 255 or 24.87% from 382); Blue value is 221 (86.72% from 255 or 57.85% from 382); Max value from RGB is 221 - color contains mainly: blue. Hex color #425FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425FDD is #BDA022. Grayscale: #646464. Windows color (decimal): -12427299 or 14507842. OLE color: 14507842.

HSL color Cylindrical-coordinate representation of color #425FDD: hue angle of 228.77º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #425FDD is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 66 95 221 -
CMYK 0.70 0.57 0 0.13
HSL 228.77º 0.7% 0.56% -
HSV(B) 228.77º 0.7% 0.87% -
XYZ 19.39 14.56 70.2 -
YUV 100.69 195.89 103.25 -
System Red Green Blue C M Y K H S L
Decimal 66 95 221 0.70 0.57 0 0.13 228.77 0.7 0.56
Hex 42 5F DD 46 39 0 D E5 46 38
Octal 102 137 335 106 71 0 15 345 106 70
Binary 1000010 1011111 11011101 1000110 111001 0 1101 11100101 1000110 111000

Color Harmonies of #425FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425FDD

Black with #425FDD

Text Example


Text Example

White with #425FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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