Html Css Color HEX #245CDD Royal Blue

📋 copy color: '#245CDD'

red 36 ◦ green 92 ◦ blue 221

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

Shades of Royal Blue #245CDD

Tints of Royal Blue #245CDD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.36%

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

R = 10.32%
G = 26.36%
B = 63.32%

CMYK

 C value IS 0.84

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#245CDD (or 0x245CDD) is known color: Royal Blue. HEX triplet: 24, 5C and DD. RGB value is (36,92,221). Sum of RGB (Red+Green+Blue) = 36+92+221=349 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.32% from 349); Green value is 92 (36.33% from 255 or 26.36% from 349); Blue value is 221 (86.72% from 255 or 63.32% from 349); Max value from RGB is 221 - color contains mainly: blue. Hex color #245CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245CDD is #DBA322. Grayscale: #595959. Windows color (decimal): -14394147 or 14507044. OLE color: 14507044.

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

Color convert

RGB 36 92 221 -
CMYK 0.84 0.58 0 0.13
HSL 221.84º 0.73% 0.5% -
HSV(B) 221.84º 0.84% 0.87% -
XYZ 17.61 13.25 70.04 -
YUV 89.96 201.95 89.51 -
System Red Green Blue C M Y K H S L
Decimal 36 92 221 0.84 0.58 0 0.13 221.84 0.73 0.5
Hex 24 5C DD 54 3A 0 D DE 49 32
Octal 44 134 335 124 72 0 15 336 111 62
Binary 100100 1011100 11011101 1010100 111010 0 1101 11011110 1001001 110010

Color Harmonies of #245CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245CDD

Black with #245CDD

Text Example


Text Example

White with #245CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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