Html Css Color HEX #2B40DC Cerulean Blue

📋 copy color: '#2B40DC'

red 43 ◦ green 64 ◦ blue 220

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

Shades of Cerulean Blue #2B40DC

Tints of Cerulean Blue #2B40DC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.57%

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

R = 13.15%
G = 19.57%
B = 67.28%

CMYK

 C value IS 0.80

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2B40DC (or 0x2B40DC) is known color: Cerulean Blue. HEX triplet: 2B, 40 and DC. RGB value is (43,64,220). Sum of RGB (Red+Green+Blue) = 43+64+220=327 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.15% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 220 (86.33% from 255 or 67.28% from 327); Max value from RGB is 220 - color contains mainly: blue. Hex color #2B40DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B40DC is #D4BF23. Grayscale: #4A4A4A. Windows color (decimal): -13942564 or 14434347. OLE color: 14434347.

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

Color convert

RGB 43 64 220 -
CMYK 0.80 0.71 0 0.14
HSL 232.88º 0.72% 0.52% -
HSV(B) 232.88º 0.8% 0.86% -
XYZ 15.75 9.35 68.68 -
YUV 75.51 209.54 104.82 -
System Red Green Blue C M Y K H S L
Decimal 43 64 220 0.80 0.71 0 0.14 232.88 0.72 0.52
Hex 2B 40 DC 50 47 0 E E9 48 34
Octal 53 100 334 120 107 0 16 351 110 64
Binary 101011 1000000 11011100 1010000 1000111 0 1110 11101001 1001000 110100

Color Harmonies of #2B40DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B40DC

Black with #2B40DC

Text Example


Text Example

White with #2B40DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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