Html Css Color HEX #245CED Royal Blue

📋 copy color: '#245CED'

red 36 ◦ green 92 ◦ blue 237

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

Shades of Royal Blue #245CED

Tints of Royal Blue #245CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 64.93%

R = 9.86%
G = 25.21%
B = 64.93%

CMYK

 C value IS 0.85

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#245CED (or 0x245CED) is known color: Royal Blue. HEX triplet: 24, 5C and ED. RGB value is (36,92,237). Sum of RGB (Red+Green+Blue) = 36+92+237=365 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.86% from 365); Green value is 92 (36.33% from 255 or 25.21% from 365); Blue value is 237 (92.97% from 255 or 64.93% from 365); Max value from RGB is 237 - color contains mainly: blue. Hex color #245CED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #245CED is #DBA312. Grayscale: #5B5B5B. Windows color (decimal): -14394131 or 15555620. OLE color: 15555620.

HSL color Cylindrical-coordinate representation of color #245CED: hue angle of 223.28º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #245CED is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 36 92 237 -
CMYK 0.85 0.61 0 0.07
HSL 223.28º 0.85% 0.54% -
HSV(B) 223.28º 0.85% 0.93% -
XYZ 19.84 14.14 81.81 -
YUV 91.79 209.95 88.21 -
System Red Green Blue C M Y K H S L
Decimal 36 92 237 0.85 0.61 0 0.07 223.28 0.85 0.54
Hex 24 5C ED 55 3D 0 7 DF 55 36
Octal 44 134 355 125 75 0 7 337 125 66
Binary 100100 1011100 11101101 1010101 111101 0 111 11011111 1010101 110110

Color Harmonies of #245CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245CED

Black with #245CED

Text Example


Text Example

White with #245CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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