Html Css Color HEX #2958BF Cerulean Blue

📋 copy color: '#2958BF'

red 41 ◦ green 88 ◦ blue 191

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

Shades of Cerulean Blue #2958BF

Tints of Cerulean Blue #2958BF

RGB

 RED value IS 41 (16.41% from 255) = 12.81%

 GREEN value IS 88 (34.77% from 255) = 27.5%

 BLUE value IS 191 (75% from 255) = 59.69%

R = 12.81%
G = 27.5%
B = 59.69%

CMYK

 C value IS 0.79

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2958BF (or 0x2958BF) is known color: Cerulean Blue. HEX triplet: 29, 58 and BF. RGB value is (41,88,191). Sum of RGB (Red+Green+Blue) = 41+88+191=320 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.81% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 191 (75% from 255 or 59.69% from 320); Max value from RGB is 191 - color contains mainly: blue. Hex color #2958BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2958BF is #D6A740. Grayscale: #555555. Windows color (decimal): -14067521 or 12539945. OLE color: 12539945.

HSL color Cylindrical-coordinate representation of color #2958BF: hue angle of 221.2º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2958BF is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 41 88 191 -
CMYK 0.79 0.54 0 0.25
HSL 221.2º 0.65% 0.45% -
HSV(B) 221.2º 0.79% 0.75% -
XYZ 13.81 11.21 50.73 -
YUV 85.69 187.43 96.12 -
System Red Green Blue C M Y K H S L
Decimal 41 88 191 0.79 0.54 0 0.25 221.2 0.65 0.45
Hex 29 58 BF 4F 36 0 19 DD 41 2D
Octal 51 130 277 117 66 0 31 335 101 55
Binary 101001 1011000 10111111 1001111 110110 0 11001 11011101 1000001 101101

Color Harmonies of #2958BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2958BF

Black with #2958BF

Text Example


Text Example

White with #2958BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2958BF; }

 p { color: rgb(41,88,191); }

 H1.HeaderClassName
 {
   color: #2958BF;
 }
 .AnyTagClassName
 {
   color: #2958BF;
 }
</style>

background-color css

<style>
 a { background-color: #2958BF; }

 a { background-color: rgb(41,88,191); }

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

border-color css

<style>
 span { border-color: #2958BF; }

 span { border-color: rgb(41,88,191); }

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