Html Css Color HEX #245FDD Royal Blue

📋 copy color: '#245FDD'

red 36 ◦ green 95 ◦ blue 221

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

Shades of Royal Blue #245FDD

Tints of Royal Blue #245FDD

RGB

 RED value IS 36 (14.45% from 255) = 10.23%

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

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

R = 10.23%
G = 26.99%
B = 62.78%

CMYK

 C value IS 0.84

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#245FDD (or 0x245FDD) is known color: Royal Blue. HEX triplet: 24, 5F and DD. RGB value is (36,95,221). Sum of RGB (Red+Green+Blue) = 36+95+221=352 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.23% from 352); Green value is 95 (37.5% from 255 or 26.99% from 352); Blue value is 221 (86.72% from 255 or 62.78% from 352); Max value from RGB is 221 - color contains mainly: blue. Hex color #245FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245FDD is #DBA022. Grayscale: #5B5B5B. Windows color (decimal): -14393379 or 14507812. OLE color: 14507812.

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

Color convert

RGB 36 95 221 -
CMYK 0.84 0.57 0 0.13
HSL 220.86º 0.73% 0.5% -
HSV(B) 220.86º 0.84% 0.87% -
XYZ 17.87 13.78 70.12 -
YUV 91.72 200.95 88.25 -
System Red Green Blue C M Y K H S L
Decimal 36 95 221 0.84 0.57 0 0.13 220.86 0.73 0.5
Hex 24 5F DD 54 39 0 D DD 49 32
Octal 44 137 335 124 71 0 15 335 111 62
Binary 100100 1011111 11011101 1010100 111001 0 1101 11011101 1001001 110010

Color Harmonies of #245FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245FDD

Black with #245FDD

Text Example


Text Example

White with #245FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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