Html Css Color HEX #2B44DC Cerulean Blue

📋 copy color: '#2B44DC'

red 43 ◦ green 68 ◦ blue 220

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

Shades of Cerulean Blue #2B44DC

Tints of Cerulean Blue #2B44DC

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.54%

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

R = 12.99%
G = 20.54%
B = 66.47%

CMYK

 C value IS 0.80

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2B44DC (or 0x2B44DC) is known color: Cerulean Blue. HEX triplet: 2B, 44 and DC. RGB value is (43,68,220). Sum of RGB (Red+Green+Blue) = 43+68+220=331 (43% of max value = 765). Red value is 43 (17.19% from 255 or 12.99% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 220 (86.33% from 255 or 66.47% from 331); Max value from RGB is 220 - color contains mainly: blue. Hex color #2B44DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B44DC is #D4BB23. Grayscale: #4D4D4D. Windows color (decimal): -13941540 or 14435371. OLE color: 14435371.

HSL color Cylindrical-coordinate representation of color #2B44DC: hue angle of 231.53º 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 #2B44DC is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 43 68 220 -
CMYK 0.80 0.69 0 0.14
HSL 231.53º 0.72% 0.52% -
HSV(B) 231.53º 0.8% 0.86% -
XYZ 15.98 9.82 68.76 -
YUV 77.85 208.22 103.14 -
System Red Green Blue C M Y K H S L
Decimal 43 68 220 0.80 0.69 0 0.14 231.53 0.72 0.52
Hex 2B 44 DC 50 45 0 E E8 48 34
Octal 53 104 334 120 105 0 16 350 110 64
Binary 101011 1000100 11011100 1010000 1000101 0 1110 11101000 1001000 110100

Color Harmonies of #2B44DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B44DC

Black with #2B44DC

Text Example


Text Example

White with #2B44DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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