Html Css Color HEX #425FDA Royal Blue

📋 copy color: '#425FDA'

red 66 ◦ green 95 ◦ blue 218

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

Shades of Royal Blue #425FDA

Tints of Royal Blue #425FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 57.52%

R = 17.41%
G = 25.07%
B = 57.52%

CMYK

 C value IS 0.70

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#425FDA (or 0x425FDA) is known color: Royal Blue. HEX triplet: 42, 5F and DA. RGB value is (66,95,218). Sum of RGB (Red+Green+Blue) = 66+95+218=379 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.41% from 379); Green value is 95 (37.5% from 255 or 25.07% from 379); Blue value is 218 (85.55% from 255 or 57.52% from 379); Max value from RGB is 218 - color contains mainly: blue. Hex color #425FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425FDA is #BDA025. Grayscale: #636363. Windows color (decimal): -12427302 or 14311234. OLE color: 14311234.

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

Color convert

RGB 66 95 218 -
CMYK 0.70 0.56 0 0.15
HSL 228.55º 0.67% 0.56% -
HSV(B) 228.55º 0.7% 0.85% -
XYZ 18.99 14.4 68.11 -
YUV 100.35 194.39 103.5 -
System Red Green Blue C M Y K H S L
Decimal 66 95 218 0.70 0.56 0 0.15 228.55 0.67 0.56
Hex 42 5F DA 46 38 0 F E5 43 38
Octal 102 137 332 106 70 0 17 345 103 70
Binary 1000010 1011111 11011010 1000110 111000 0 1111 11100101 1000011 111000

Color Harmonies of #425FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425FDA

Black with #425FDA

Text Example


Text Example

White with #425FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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