Html Css Color HEX #245EC2 Cerulean Blue

📋 copy color: '#245EC2'

red 36 ◦ green 94 ◦ blue 194

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

Shades of Cerulean Blue #245EC2

Tints of Cerulean Blue #245EC2

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.01%

 BLUE value IS 194 (76.17% from 255) = 59.88%

R = 11.11%
G = 29.01%
B = 59.88%

CMYK

 C value IS 0.81

 M value IS 0.52

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#245EC2 (or 0x245EC2) is known color: Cerulean Blue. HEX triplet: 24, 5E and C2. RGB value is (36,94,194). Sum of RGB (Red+Green+Blue) = 36+94+194=324 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.11% from 324); Green value is 94 (37.11% from 255 or 29.01% from 324); Blue value is 194 (76.17% from 255 or 59.88% from 324); Max value from RGB is 194 - color contains mainly: blue. Hex color #245EC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245EC2 is #DBA13D. Grayscale: #575757. Windows color (decimal): -14393662 or 12738084. OLE color: 12738084.

HSL color Cylindrical-coordinate representation of color #245EC2: hue angle of 217.97º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #245EC2 is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 36 94 194 -
CMYK 0.81 0.52 0 0.24
HSL 217.97º 0.69% 0.45% -
HSV(B) 217.97º 0.81% 0.76% -
XYZ 14.47 12.28 52.65 -
YUV 88.06 187.78 90.87 -
System Red Green Blue C M Y K H S L
Decimal 36 94 194 0.81 0.52 0 0.24 217.97 0.69 0.45
Hex 24 5E C2 51 34 0 18 DA 45 2D
Octal 44 136 302 121 64 0 30 332 105 55
Binary 100100 1011110 11000010 1010001 110100 0 11000 11011010 1000101 101101

Color Harmonies of #245EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245EC2

Black with #245EC2

Text Example


Text Example

White with #245EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,94,194); }

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

background-color css

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

 a { background-color: rgb(36,94,194); }

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

border-color css

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

 span { border-color: rgb(36,94,194); }

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