Html Css Color HEX #2B4EDC Cerulean Blue

📋 copy color: '#2B4EDC'

red 43 ◦ green 78 ◦ blue 220

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

Shades of Cerulean Blue #2B4EDC

Tints of Cerulean Blue #2B4EDC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.87%

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

R = 12.61%
G = 22.87%
B = 64.52%

CMYK

 C value IS 0.80

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2B4EDC (or 0x2B4EDC) is known color: Cerulean Blue. HEX triplet: 2B, 4E and DC. RGB value is (43,78,220). Sum of RGB (Red+Green+Blue) = 43+78+220=341 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.61% from 341); Green value is 78 (30.86% from 255 or 22.87% from 341); Blue value is 220 (86.33% from 255 or 64.52% from 341); Max value from RGB is 220 - color contains mainly: blue. Hex color #2B4EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B4EDC is #D4B123. Grayscale: #535353. Windows color (decimal): -13938980 or 14437931. OLE color: 14437931.

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

Color convert

RGB 43 78 220 -
CMYK 0.80 0.65 0 0.14
HSL 228.14º 0.72% 0.52% -
HSV(B) 228.14º 0.8% 0.86% -
XYZ 16.64 11.13 68.98 -
YUV 83.72 204.9 98.95 -
System Red Green Blue C M Y K H S L
Decimal 43 78 220 0.80 0.65 0 0.14 228.14 0.72 0.52
Hex 2B 4E DC 50 41 0 E E4 48 34
Octal 53 116 334 120 101 0 16 344 110 64
Binary 101011 1001110 11011100 1010000 1000001 0 1110 11100100 1001000 110100

Color Harmonies of #2B4EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4EDC

Black with #2B4EDC

Text Example


Text Example

White with #2B4EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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