Html Css Color HEX #2B53CB Cerulean Blue

📋 copy color: '#2B53CB'

red 43 ◦ green 83 ◦ blue 203

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

Shades of Cerulean Blue #2B53CB

Tints of Cerulean Blue #2B53CB

RGB

 RED value IS 43 (17.19% from 255) = 13.07%

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

 BLUE value IS 203 (79.69% from 255) = 61.7%

R = 13.07%
G = 25.23%
B = 61.7%

CMYK

 C value IS 0.79

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2B53CB (or 0x2B53CB) is known color: Cerulean Blue. HEX triplet: 2B, 53 and CB. RGB value is (43,83,203). Sum of RGB (Red+Green+Blue) = 43+83+203=329 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.07% from 329); Green value is 83 (32.81% from 255 or 25.23% from 329); Blue value is 203 (79.69% from 255 or 61.70% from 329); Max value from RGB is 203 - color contains mainly: blue. Hex color #2B53CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B53CB is #D4AC34. Grayscale: #545454. Windows color (decimal): -13937717 or 13325099. OLE color: 13325099.

HSL color Cylindrical-coordinate representation of color #2B53CB: hue angle of 225º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B53CB is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 43 83 203 -
CMYK 0.79 0.59 0 0.20
HSL 225º 0.65% 0.48% -
HSV(B) 225º 0.79% 0.8% -
XYZ 14.87 11.01 57.84 -
YUV 84.72 194.75 98.24 -
System Red Green Blue C M Y K H S L
Decimal 43 83 203 0.79 0.59 0 0.20 225 0.65 0.48
Hex 2B 53 CB 4F 3B 0 14 E1 41 30
Octal 53 123 313 117 73 0 24 341 101 60
Binary 101011 1010011 11001011 1001111 111011 0 10100 11100001 1000001 110000

Color Harmonies of #2B53CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B53CB

Black with #2B53CB

Text Example


Text Example

White with #2B53CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,83,203); }

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

background-color css

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

 a { background-color: rgb(43,83,203); }

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

border-color css

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

 span { border-color: rgb(43,83,203); }

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