Html Css Color HEX #245CEE Royal Blue

📋 copy color: '#245CEE'

red 36 ◦ green 92 ◦ blue 238

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

Shades of Royal Blue #245CEE

Tints of Royal Blue #245CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 65.03%

R = 9.84%
G = 25.14%
B = 65.03%

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

#245CEE (or 0x245CEE) is known color: Royal Blue. HEX triplet: 24, 5C and EE. RGB value is (36,92,238). Sum of RGB (Red+Green+Blue) = 36+92+238=366 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.84% from 366); Green value is 92 (36.33% from 255 or 25.14% from 366); Blue value is 238 (93.36% from 255 or 65.03% from 366); Max value from RGB is 238 - color contains mainly: blue. Hex color #245CEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #245CEE is #DBA311. Grayscale: #5B5B5B. Windows color (decimal): -14394130 or 15621156. OLE color: 15621156.

HSL color Cylindrical-coordinate representation of color #245CEE: hue angle of 223.37º degrees, saturation: 0.86, 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 #245CEE is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 36 92 238 -
CMYK 0.85 0.61 0 0.07
HSL 223.37º 0.86% 0.54% -
HSV(B) 223.37º 0.85% 0.93% -
XYZ 19.99 14.2 82.58 -
YUV 91.9 210.45 88.13 -
System Red Green Blue C M Y K H S L
Decimal 36 92 238 0.85 0.61 0 0.07 223.37 0.86 0.54
Hex 24 5C EE 55 3D 0 7 DF 56 36
Octal 44 134 356 125 75 0 7 337 126 66
Binary 100100 1011100 11101110 1010101 111101 0 111 11011111 1010110 110110

Color Harmonies of #245CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245CEE

Black with #245CEE

Text Example


Text Example

White with #245CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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