Html Css Color HEX #2B4CDD Cerulean Blue

📋 copy color: '#2B4CDD'

red 43 ◦ green 76 ◦ blue 221

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

Shades of Cerulean Blue #2B4CDD

Tints of Cerulean Blue #2B4CDD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.35%

 BLUE value IS 221 (86.72% from 255) = 65%

R = 12.65%
G = 22.35%
B = 65%

CMYK

 C value IS 0.81

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2B4CDD (or 0x2B4CDD) is known color: Cerulean Blue. HEX triplet: 2B, 4C and DD. RGB value is (43,76,221). Sum of RGB (Red+Green+Blue) = 43+76+221=340 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.65% from 340); Green value is 76 (30.08% from 255 or 22.35% from 340); Blue value is 221 (86.72% from 255 or 65% from 340); Max value from RGB is 221 - color contains mainly: blue. Hex color #2B4CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B4CDD is #D4B322. Grayscale: #525252. Windows color (decimal): -13939491 or 14502955. OLE color: 14502955.

HSL color Cylindrical-coordinate representation of color #2B4CDD: hue angle of 228.88º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B4CDD is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 43 76 221 -
CMYK 0.81 0.66 0 0.13
HSL 228.88º 0.72% 0.52% -
HSV(B) 228.88º 0.81% 0.87% -
XYZ 16.63 10.9 69.63 -
YUV 82.66 206.07 99.71 -
System Red Green Blue C M Y K H S L
Decimal 43 76 221 0.81 0.66 0 0.13 228.88 0.72 0.52
Hex 2B 4C DD 51 42 0 D E5 48 34
Octal 53 114 335 121 102 0 15 345 110 64
Binary 101011 1001100 11011101 1010001 1000010 0 1101 11100101 1001000 110100

Color Harmonies of #2B4CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4CDD

Black with #2B4CDD

Text Example


Text Example

White with #2B4CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,76,221); }

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

background-color css

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

 a { background-color: rgb(43,76,221); }

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

border-color css

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

 span { border-color: rgb(43,76,221); }

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