Html Css Color HEX #2B5DBC Cerulean Blue

📋 copy color: '#2B5DBC'

red 43 ◦ green 93 ◦ blue 188

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

Shades of Cerulean Blue #2B5DBC

Tints of Cerulean Blue #2B5DBC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.7%

 BLUE value IS 188 (73.83% from 255) = 58.02%

R = 13.27%
G = 28.7%
B = 58.02%

CMYK

 C value IS 0.77

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2B5DBC (or 0x2B5DBC) is known color: Cerulean Blue. HEX triplet: 2B, 5D and BC. RGB value is (43,93,188). Sum of RGB (Red+Green+Blue) = 43+93+188=324 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.27% from 324); Green value is 93 (36.72% from 255 or 28.70% from 324); Blue value is 188 (73.83% from 255 or 58.02% from 324); Max value from RGB is 188 - color contains mainly: blue. Hex color #2B5DBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B5DBC is #D4A243. Grayscale: #585858. Windows color (decimal): -13935172 or 12344619. OLE color: 12344619.

HSL color Cylindrical-coordinate representation of color #2B5DBC: hue angle of 219.31º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B5DBC is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 43 93 188 -
CMYK 0.77 0.51 0 0.26
HSL 219.31º 0.63% 0.45% -
HSV(B) 219.31º 0.77% 0.74% -
XYZ 13.99 11.97 49.15 -
YUV 88.88 183.94 95.28 -
System Red Green Blue C M Y K H S L
Decimal 43 93 188 0.77 0.51 0 0.26 219.31 0.63 0.45
Hex 2B 5D BC 4D 33 0 1A DB 3F 2D
Octal 53 135 274 115 63 0 32 333 77 55
Binary 101011 1011101 10111100 1001101 110011 0 11010 11011011 111111 101101

Color Harmonies of #2B5DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5DBC

Black with #2B5DBC

Text Example


Text Example

White with #2B5DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,93,188); }

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

background-color css

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

 a { background-color: rgb(43,93,188); }

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

border-color css

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

 span { border-color: rgb(43,93,188); }

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