Html Css Color HEX #2B50DB Cerulean Blue

📋 copy color: '#2B50DB'

red 43 ◦ green 80 ◦ blue 219

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

Shades of Cerulean Blue #2B50DB

Tints of Cerulean Blue #2B50DB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.39%

 BLUE value IS 219 (85.94% from 255) = 64.04%

R = 12.57%
G = 23.39%
B = 64.04%

CMYK

 C value IS 0.80

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2B50DB (or 0x2B50DB) is known color: Cerulean Blue. HEX triplet: 2B, 50 and DB. RGB value is (43,80,219). Sum of RGB (Red+Green+Blue) = 43+80+219=342 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.57% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 219 (85.94% from 255 or 64.04% from 342); Max value from RGB is 219 - color contains mainly: blue. Hex color #2B50DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B50DB is #D4AF24. Grayscale: #545454. Windows color (decimal): -13938469 or 14372907. OLE color: 14372907.

HSL color Cylindrical-coordinate representation of color #2B50DB: hue angle of 227.39º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B50DB is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 43 80 219 -
CMYK 0.80 0.63 0 0.14
HSL 227.39º 0.71% 0.51% -
HSV(B) 227.39º 0.8% 0.86% -
XYZ 16.65 11.37 68.33 -
YUV 84.78 203.74 98.2 -
System Red Green Blue C M Y K H S L
Decimal 43 80 219 0.80 0.63 0 0.14 227.39 0.71 0.51
Hex 2B 50 DB 50 3F 0 E E3 47 33
Octal 53 120 333 120 77 0 16 343 107 63
Binary 101011 1010000 11011011 1010000 111111 0 1110 11100011 1000111 110011

Color Harmonies of #2B50DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B50DB

Black with #2B50DB

Text Example


Text Example

White with #2B50DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,80,219); }

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

background-color css

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

 a { background-color: rgb(43,80,219); }

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

border-color css

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

 span { border-color: rgb(43,80,219); }

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