Html Css Color HEX #2B5FBE Cerulean Blue

📋 copy color: '#2B5FBE'

red 43 ◦ green 95 ◦ blue 190

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

Shades of Cerulean Blue #2B5FBE

Tints of Cerulean Blue #2B5FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 57.93%

R = 13.11%
G = 28.96%
B = 57.93%

CMYK

 C value IS 0.77

 M value IS 0.5

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2B5FBE (or 0x2B5FBE) is known color: Cerulean Blue. HEX triplet: 2B, 5F and BE. RGB value is (43,95,190). Sum of RGB (Red+Green+Blue) = 43+95+190=328 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.11% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 190 (74.61% from 255 or 57.93% from 328); Max value from RGB is 190 - color contains mainly: blue. Hex color #2B5FBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B5FBE is #D4A041. Grayscale: #595959. Windows color (decimal): -13934658 or 12476203. OLE color: 12476203.

HSL color Cylindrical-coordinate representation of color #2B5FBE: hue angle of 218.78º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B5FBE is Cyan = 0.77, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 43 95 190 -
CMYK 0.77 0.5 0 0.25
HSL 218.78º 0.63% 0.46% -
HSV(B) 218.78º 0.77% 0.75% -
XYZ 14.38 12.42 50.35 -
YUV 90.28 184.27 94.28 -
System Red Green Blue C M Y K H S L
Decimal 43 95 190 0.77 0.5 0 0.25 218.78 0.63 0.46
Hex 2B 5F BE 4D 32 0 19 DB 3F 2E
Octal 53 137 276 115 62 0 31 333 77 56
Binary 101011 1011111 10111110 1001101 110010 0 11001 11011011 111111 101110

Color Harmonies of #2B5FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5FBE

Black with #2B5FBE

Text Example


Text Example

White with #2B5FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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