Html Css Color HEX #2950BF Cerulean Blue

📋 copy color: '#2950BF'

red 41 ◦ green 80 ◦ blue 191

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

Shades of Cerulean Blue #2950BF

Tints of Cerulean Blue #2950BF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.64%

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

R = 13.14%
G = 25.64%
B = 61.22%

CMYK

 C value IS 0.79

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2950BF (or 0x2950BF) is known color: Cerulean Blue. HEX triplet: 29, 50 and BF. RGB value is (41,80,191). Sum of RGB (Red+Green+Blue) = 41+80+191=312 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.14% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 191 (75% from 255 or 61.22% from 312); Max value from RGB is 191 - color contains mainly: blue. Hex color #2950BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2950BF is #D6AF40. Grayscale: #505050. Windows color (decimal): -14069569 or 12537897. OLE color: 12537897.

HSL color Cylindrical-coordinate representation of color #2950BF: hue angle of 224.4º 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 #2950BF is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 41 80 191 -
CMYK 0.79 0.58 0 0.25
HSL 224.4º 0.65% 0.45% -
HSV(B) 224.4º 0.79% 0.75% -
XYZ 13.19 9.97 50.52 -
YUV 80.99 190.08 99.47 -
System Red Green Blue C M Y K H S L
Decimal 41 80 191 0.79 0.58 0 0.25 224.4 0.65 0.45
Hex 29 50 BF 4F 3A 0 19 E0 41 2D
Octal 51 120 277 117 72 0 31 340 101 55
Binary 101001 1010000 10111111 1001111 111010 0 11001 11100000 1000001 101101

Color Harmonies of #2950BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2950BF

Black with #2950BF

Text Example


Text Example

White with #2950BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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