Html Css Color HEX #245BBA Cerulean Blue

📋 copy color: '#245BBA'

red 36 ◦ green 91 ◦ blue 186

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

Shades of Cerulean Blue #245BBA

Tints of Cerulean Blue #245BBA

RGB

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

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

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

R = 11.5%
G = 29.07%
B = 59.42%

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

#245BBA (or 0x245BBA) is known color: Cerulean Blue. HEX triplet: 24, 5B and BA. RGB value is (36,91,186). Sum of RGB (Red+Green+Blue) = 36+91+186=313 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.50% from 313); Green value is 91 (35.94% from 255 or 29.07% from 313); Blue value is 186 (73.05% from 255 or 59.42% from 313); Max value from RGB is 186 - color contains mainly: blue. Hex color #245BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245BBA is #DBA445. Grayscale: #545454. Windows color (decimal): -14394438 or 12213028. OLE color: 12213028.

HSL color Cylindrical-coordinate representation of color #245BBA: hue angle of 218º 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 #245BBA is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 36 91 186 -
CMYK 0.81 0.51 0 0.27
HSL 218º 0.68% 0.44% -
HSV(B) 218º 0.81% 0.73% -
XYZ 13.33 11.4 47.95 -
YUV 85.39 184.78 92.78 -
System Red Green Blue C M Y K H S L
Decimal 36 91 186 0.81 0.51 0 0.27 218 0.68 0.44
Hex 24 5B BA 51 33 0 1B DA 44 2C
Octal 44 133 272 121 63 0 33 332 104 54
Binary 100100 1011011 10111010 1010001 110011 0 11011 11011010 1000100 101100

Color Harmonies of #245BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245BBA

Black with #245BBA

Text Example


Text Example

White with #245BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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