Html Css Color HEX #245BDD Royal Blue

📋 copy color: '#245BDD'

red 36 ◦ green 91 ◦ blue 221

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

Shades of Royal Blue #245BDD

Tints of Royal Blue #245BDD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.15%

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

R = 10.34%
G = 26.15%
B = 63.51%

CMYK

 C value IS 0.84

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#245BDD (or 0x245BDD) is known color: Royal Blue. HEX triplet: 24, 5B and DD. RGB value is (36,91,221). Sum of RGB (Red+Green+Blue) = 36+91+221=348 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.34% from 348); Green value is 91 (35.94% from 255 or 26.15% from 348); Blue value is 221 (86.72% from 255 or 63.51% from 348); Max value from RGB is 221 - color contains mainly: blue. Hex color #245BDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245BDD is #DBA422. Grayscale: #585858. Windows color (decimal): -14394403 or 14506788. OLE color: 14506788.

HSL color Cylindrical-coordinate representation of color #245BDD: hue angle of 222.16º 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 #245BDD is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 36 91 221 -
CMYK 0.84 0.59 0 0.13
HSL 222.16º 0.73% 0.5% -
HSV(B) 222.16º 0.84% 0.87% -
XYZ 17.52 13.08 70.01 -
YUV 89.38 202.28 89.93 -
System Red Green Blue C M Y K H S L
Decimal 36 91 221 0.84 0.59 0 0.13 222.16 0.73 0.5
Hex 24 5B DD 54 3B 0 D DE 49 32
Octal 44 133 335 124 73 0 15 336 111 62
Binary 100100 1011011 11011101 1010100 111011 0 1101 11011110 1001001 110010

Color Harmonies of #245BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245BDD

Black with #245BDD

Text Example


Text Example

White with #245BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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