Html Css Color HEX #2B5FC1 Cerulean Blue

📋 copy color: '#2B5FC1'

red 43 ◦ green 95 ◦ blue 193

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

Shades of Cerulean Blue #2B5FC1

Tints of Cerulean Blue #2B5FC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 58.31%

R = 12.99%
G = 28.7%
B = 58.31%

CMYK

 C value IS 0.78

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#2B5FC1 (or 0x2B5FC1) is known color: Cerulean Blue. HEX triplet: 2B, 5F and C1. RGB value is (43,95,193). Sum of RGB (Red+Green+Blue) = 43+95+193=331 (43% of max value = 765). Red value is 43 (17.19% from 255 or 12.99% from 331); Green value is 95 (37.5% from 255 or 28.70% from 331); Blue value is 193 (75.78% from 255 or 58.31% from 331); Max value from RGB is 193 - color contains mainly: blue. Hex color #2B5FC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B5FC1 is #D4A03E. Grayscale: #5A5A5A. Windows color (decimal): -13934655 or 12672811. OLE color: 12672811.

HSL color Cylindrical-coordinate representation of color #2B5FC1: hue angle of 219.2º 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 #2B5FC1 is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 43 95 193 -
CMYK 0.78 0.51 0 0.24
HSL 219.2º 0.64% 0.46% -
HSV(B) 219.2º 0.78% 0.76% -
XYZ 14.71 12.55 52.1 -
YUV 90.62 185.77 94.03 -
System Red Green Blue C M Y K H S L
Decimal 43 95 193 0.78 0.51 0 0.24 219.2 0.64 0.46
Hex 2B 5F C1 4E 33 0 18 DB 40 2E
Octal 53 137 301 116 63 0 30 333 100 56
Binary 101011 1011111 11000001 1001110 110011 0 11000 11011011 1000000 101110

Color Harmonies of #2B5FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5FC1

Black with #2B5FC1

Text Example


Text Example

White with #2B5FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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