Html Css Color HEX #2B5BC2 Cerulean Blue

📋 copy color: '#2B5BC2'

red 43 ◦ green 91 ◦ blue 194

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

Shades of Cerulean Blue #2B5BC2

Tints of Cerulean Blue #2B5BC2

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.74%

 BLUE value IS 194 (76.17% from 255) = 59.15%

R = 13.11%
G = 27.74%
B = 59.15%

CMYK

 C value IS 0.78

 M value IS 0.53

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#2B5BC2 (or 0x2B5BC2) is known color: Cerulean Blue. HEX triplet: 2B, 5B and C2. RGB value is (43,91,194). Sum of RGB (Red+Green+Blue) = 43+91+194=328 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.11% from 328); Green value is 91 (35.94% from 255 or 27.74% from 328); Blue value is 194 (76.17% from 255 or 59.15% from 328); Max value from RGB is 194 - color contains mainly: blue. Hex color #2B5BC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B5BC2 is #D4A43D. Grayscale: #575757. Windows color (decimal): -13935678 or 12737323. OLE color: 12737323.

HSL color Cylindrical-coordinate representation of color #2B5BC2: hue angle of 220.93º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2B5BC2 is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 43 91 194 -
CMYK 0.78 0.53 0 0.24
HSL 220.93º 0.64% 0.46% -
HSV(B) 220.93º 0.78% 0.76% -
XYZ 14.47 11.89 52.57 -
YUV 88.39 187.6 95.62 -
System Red Green Blue C M Y K H S L
Decimal 43 91 194 0.78 0.53 0 0.24 220.93 0.64 0.46
Hex 2B 5B C2 4E 35 0 18 DD 40 2E
Octal 53 133 302 116 65 0 30 335 100 56
Binary 101011 1011011 11000010 1001110 110101 0 11000 11011101 1000000 101110

Color Harmonies of #2B5BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5BC2

Black with #2B5BC2

Text Example


Text Example

White with #2B5BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,91,194); }

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

background-color css

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

 a { background-color: rgb(43,91,194); }

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

border-color css

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

 span { border-color: rgb(43,91,194); }

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