Html Css Color HEX #2B60BC Cerulean Blue

📋 copy color: '#2B60BC'

red 43 ◦ green 96 ◦ blue 188

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

Shades of Cerulean Blue #2B60BC

Tints of Cerulean Blue #2B60BC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.36%

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

R = 13.15%
G = 29.36%
B = 57.49%

CMYK

 C value IS 0.77

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2B60BC (or 0x2B60BC) is known color: Cerulean Blue. HEX triplet: 2B, 60 and BC. RGB value is (43,96,188). Sum of RGB (Red+Green+Blue) = 43+96+188=327 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.15% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 188 (73.83% from 255 or 57.49% from 327); Max value from RGB is 188 - color contains mainly: blue. Hex color #2B60BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B60BC is #D49F43. Grayscale: #5A5A5A. Windows color (decimal): -13934404 or 12345387. OLE color: 12345387.

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

Color convert

RGB 43 96 188 -
CMYK 0.77 0.49 0 0.26
HSL 218.07º 0.63% 0.45% -
HSV(B) 218.07º 0.77% 0.74% -
XYZ 14.26 12.51 49.24 -
YUV 90.64 182.94 94.02 -
System Red Green Blue C M Y K H S L
Decimal 43 96 188 0.77 0.49 0 0.26 218.07 0.63 0.45
Hex 2B 60 BC 4D 31 0 1A DA 3F 2D
Octal 53 140 274 115 61 0 32 332 77 55
Binary 101011 1100000 10111100 1001101 110001 0 11010 11011010 111111 101101

Color Harmonies of #2B60BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B60BC

Black with #2B60BC

Text Example


Text Example

White with #2B60BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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