Html Css Color HEX #2145EC Cerulean Blue

📋 copy color: '#2145EC'

red 33 ◦ green 69 ◦ blue 236

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

Shades of Cerulean Blue #2145EC

Tints of Cerulean Blue #2145EC

RGB

 RED value IS 33 (13.28% from 255) = 9.76%

 GREEN value IS 69 (27.34% from 255) = 20.41%

 BLUE value IS 236 (92.58% from 255) = 69.82%

R = 9.76%
G = 20.41%
B = 69.82%

CMYK

 C value IS 0.86

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2145EC (or 0x2145EC) is known color: Cerulean Blue. HEX triplet: 21, 45 and EC. RGB value is (33,69,236). Sum of RGB (Red+Green+Blue) = 33+69+236=338 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.76% from 338); Green value is 69 (27.34% from 255 or 20.41% from 338); Blue value is 236 (92.58% from 255 or 69.82% from 338); Max value from RGB is 236 - color contains mainly: blue. Hex color #2145EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2145EC is #DEBA13. Grayscale: #4C4C4C. Windows color (decimal): -14596628 or 15484193. OLE color: 15484193.

HSL color Cylindrical-coordinate representation of color #2145EC: hue angle of 229.36º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2145EC is Cyan = 0.86, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 33 69 236 -
CMYK 0.86 0.71 0 0.07
HSL 229.36º 0.84% 0.53% -
HSV(B) 229.36º 0.86% 0.93% -
XYZ 17.9 10.64 80.47 -
YUV 77.27 217.57 96.42 -
System Red Green Blue C M Y K H S L
Decimal 33 69 236 0.86 0.71 0 0.07 229.36 0.84 0.53
Hex 21 45 EC 56 47 0 7 E5 54 35
Octal 41 105 354 126 107 0 7 345 124 65
Binary 100001 1000101 11101100 1010110 1000111 0 111 11100101 1010100 110101

Color Harmonies of #2145EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2145EC

Black with #2145EC

Text Example


Text Example

White with #2145EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2145EC; }

 p { color: rgb(33,69,236); }

 H1.HeaderClassName
 {
   color: #2145EC;
 }
 .AnyTagClassName
 {
   color: #2145EC;
 }
</style>

background-color css

<style>
 a { background-color: #2145EC; }

 a { background-color: rgb(33,69,236); }

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

border-color css

<style>
 span { border-color: #2145EC; }

 span { border-color: rgb(33,69,236); }

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