Html Css Color HEX #2B5FBC Cerulean Blue

📋 copy color: '#2B5FBC'

red 43 ◦ green 95 ◦ blue 188

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

Shades of Cerulean Blue #2B5FBC

Tints of Cerulean Blue #2B5FBC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.14%

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

R = 13.19%
G = 29.14%
B = 57.67%

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

#2B5FBC (or 0x2B5FBC) is known color: Cerulean Blue. HEX triplet: 2B, 5F and BC. RGB value is (43,95,188). Sum of RGB (Red+Green+Blue) = 43+95+188=326 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.19% from 326); Green value is 95 (37.5% from 255 or 29.14% from 326); Blue value is 188 (73.83% from 255 or 57.67% from 326); Max value from RGB is 188 - color contains mainly: blue. Hex color #2B5FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B5FBC is #D4A043. Grayscale: #595959. Windows color (decimal): -13934660 or 12345131. OLE color: 12345131.

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

Color convert

RGB 43 95 188 -
CMYK 0.77 0.49 0 0.26
HSL 218.48º 0.63% 0.45% -
HSV(B) 218.48º 0.77% 0.74% -
XYZ 14.17 12.33 49.21 -
YUV 90.05 183.27 94.44 -
System Red Green Blue C M Y K H S L
Decimal 43 95 188 0.77 0.49 0 0.26 218.48 0.63 0.45
Hex 2B 5F BC 4D 31 0 1A DA 3F 2D
Octal 53 137 274 115 61 0 32 332 77 55
Binary 101011 1011111 10111100 1001101 110001 0 11010 11011010 111111 101101

Color Harmonies of #2B5FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5FBC

Black with #2B5FBC

Text Example


Text Example

White with #2B5FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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