Html Css Color HEX #2C53BF Cerulean Blue

📋 copy color: '#2C53BF'

red 44 ◦ green 83 ◦ blue 191

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

Shades of Cerulean Blue #2C53BF

Tints of Cerulean Blue #2C53BF

RGB

 RED value IS 44 (17.58% from 255) = 13.84%

 GREEN value IS 83 (32.81% from 255) = 26.1%

 BLUE value IS 191 (75% from 255) = 60.06%

R = 13.84%
G = 26.1%
B = 60.06%

CMYK

 C value IS 0.77

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2C53BF (or 0x2C53BF) is known color: Cerulean Blue. HEX triplet: 2C, 53 and BF. RGB value is (44,83,191). Sum of RGB (Red+Green+Blue) = 44+83+191=318 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.84% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 191 (75% from 255 or 60.06% from 318); Max value from RGB is 191 - color contains mainly: blue. Hex color #2C53BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C53BF is #D3AC40. Grayscale: #535353. Windows color (decimal): -13872193 or 12538668. OLE color: 12538668.

HSL color Cylindrical-coordinate representation of color #2C53BF: hue angle of 224.08º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C53BF is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 44 83 191 -
CMYK 0.77 0.57 0 0.25
HSL 224.08º 0.63% 0.46% -
HSV(B) 224.08º 0.77% 0.75% -
XYZ 13.54 10.48 50.6 -
YUV 83.65 188.58 99.72 -
System Red Green Blue C M Y K H S L
Decimal 44 83 191 0.77 0.57 0 0.25 224.08 0.63 0.46
Hex 2C 53 BF 4D 39 0 19 E0 3F 2E
Octal 54 123 277 115 71 0 31 340 77 56
Binary 101100 1010011 10111111 1001101 111001 0 11001 11100000 111111 101110

Color Harmonies of #2C53BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C53BF

Black with #2C53BF

Text Example


Text Example

White with #2C53BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C53BF; }

 p { color: rgb(44,83,191); }

 H1.HeaderClassName
 {
   color: #2C53BF;
 }
 .AnyTagClassName
 {
   color: #2C53BF;
 }
</style>

background-color css

<style>
 a { background-color: #2C53BF; }

 a { background-color: rgb(44,83,191); }

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

border-color css

<style>
 span { border-color: #2C53BF; }

 span { border-color: rgb(44,83,191); }

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