Html Css Color HEX #2B48DC Cerulean Blue

📋 copy color: '#2B48DC'

red 43 ◦ green 72 ◦ blue 220

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

Shades of Cerulean Blue #2B48DC

Tints of Cerulean Blue #2B48DC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.49%

 BLUE value IS 220 (86.33% from 255) = 65.67%

R = 12.84%
G = 21.49%
B = 65.67%

CMYK

 C value IS 0.80

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2B48DC (or 0x2B48DC) is known color: Cerulean Blue. HEX triplet: 2B, 48 and DC. RGB value is (43,72,220). Sum of RGB (Red+Green+Blue) = 43+72+220=335 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.84% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 220 (86.33% from 255 or 65.67% from 335); Max value from RGB is 220 - color contains mainly: blue. Hex color #2B48DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B48DC is #D4B723. Grayscale: #4F4F4F. Windows color (decimal): -13940516 or 14436395. OLE color: 14436395.

HSL color Cylindrical-coordinate representation of color #2B48DC: hue angle of 230.17º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B48DC is Cyan = 0.80, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 43 72 220 -
CMYK 0.80 0.67 0 0.14
HSL 230.17º 0.72% 0.52% -
HSV(B) 230.17º 0.8% 0.86% -
XYZ 16.23 10.32 68.85 -
YUV 80.2 206.89 101.47 -
System Red Green Blue C M Y K H S L
Decimal 43 72 220 0.80 0.67 0 0.14 230.17 0.72 0.52
Hex 2B 48 DC 50 43 0 E E6 48 34
Octal 53 110 334 120 103 0 16 346 110 64
Binary 101011 1001000 11011100 1010000 1000011 0 1110 11100110 1001000 110100

Color Harmonies of #2B48DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B48DC

Black with #2B48DC

Text Example


Text Example

White with #2B48DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,72,220); }

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

background-color css

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

 a { background-color: rgb(43,72,220); }

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

border-color css

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

 span { border-color: rgb(43,72,220); }

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