Html Css Color HEX #245CBA Cerulean Blue

📋 copy color: '#245CBA'

red 36 ◦ green 92 ◦ blue 186

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

Shades of Cerulean Blue #245CBA

Tints of Cerulean Blue #245CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 59.24%

R = 11.46%
G = 29.3%
B = 59.24%

CMYK

 C value IS 0.81

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#245CBA (or 0x245CBA) is known color: Cerulean Blue. HEX triplet: 24, 5C and BA. RGB value is (36,92,186). Sum of RGB (Red+Green+Blue) = 36+92+186=314 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.46% from 314); Green value is 92 (36.33% from 255 or 29.30% from 314); Blue value is 186 (73.05% from 255 or 59.24% from 314); Max value from RGB is 186 - color contains mainly: blue. Hex color #245CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245CBA is #DBA345. Grayscale: #555555. Windows color (decimal): -14394182 or 12213284. OLE color: 12213284.

HSL color Cylindrical-coordinate representation of color #245CBA: hue angle of 217.6º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #245CBA is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 36 92 186 -
CMYK 0.81 0.51 0 0.27
HSL 217.6º 0.68% 0.44% -
HSV(B) 217.6º 0.81% 0.73% -
XYZ 13.42 11.57 47.98 -
YUV 85.97 184.45 92.36 -
System Red Green Blue C M Y K H S L
Decimal 36 92 186 0.81 0.51 0 0.27 217.6 0.68 0.44
Hex 24 5C BA 51 33 0 1B DA 44 2C
Octal 44 134 272 121 63 0 33 332 104 54
Binary 100100 1011100 10111010 1010001 110011 0 11011 11011010 1000100 101100

Color Harmonies of #245CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245CBA

Black with #245CBA

Text Example


Text Example

White with #245CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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