Html Css Color HEX #2B5ABC Cerulean Blue

📋 copy color: '#2B5ABC'

red 43 ◦ green 90 ◦ blue 188

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

Shades of Cerulean Blue #2B5ABC

Tints of Cerulean Blue #2B5ABC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.04%

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

R = 13.4%
G = 28.04%
B = 58.57%

CMYK

 C value IS 0.77

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2B5ABC (or 0x2B5ABC) is known color: Cerulean Blue. HEX triplet: 2B, 5A and BC. RGB value is (43,90,188). Sum of RGB (Red+Green+Blue) = 43+90+188=321 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.40% from 321); Green value is 90 (35.55% from 255 or 28.04% from 321); Blue value is 188 (73.83% from 255 or 58.57% from 321); Max value from RGB is 188 - color contains mainly: blue. Hex color #2B5ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B5ABC is #D4A543. Grayscale: #565656. Windows color (decimal): -13935940 or 12343851. OLE color: 12343851.

HSL color Cylindrical-coordinate representation of color #2B5ABC: hue angle of 220.55º 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 #2B5ABC is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 43 90 188 -
CMYK 0.77 0.52 0 0.26
HSL 220.55º 0.63% 0.45% -
HSV(B) 220.55º 0.77% 0.74% -
XYZ 13.73 11.46 49.06 -
YUV 87.12 184.93 96.53 -
System Red Green Blue C M Y K H S L
Decimal 43 90 188 0.77 0.52 0 0.26 220.55 0.63 0.45
Hex 2B 5A BC 4D 34 0 1A DD 3F 2D
Octal 53 132 274 115 64 0 32 335 77 55
Binary 101011 1011010 10111100 1001101 110100 0 11010 11011101 111111 101101

Color Harmonies of #2B5ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5ABC

Black with #2B5ABC

Text Example


Text Example

White with #2B5ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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