Html Css Color HEX #2950BA Cerulean Blue

📋 copy color: '#2950BA'

red 41 ◦ green 80 ◦ blue 186

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

Shades of Cerulean Blue #2950BA

Tints of Cerulean Blue #2950BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 60.59%

R = 13.36%
G = 26.06%
B = 60.59%

CMYK

 C value IS 0.78

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2950BA (or 0x2950BA) is known color: Cerulean Blue. HEX triplet: 29, 50 and BA. RGB value is (41,80,186). Sum of RGB (Red+Green+Blue) = 41+80+186=307 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.36% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 186 (73.05% from 255 or 60.59% from 307); Max value from RGB is 186 - color contains mainly: blue. Hex color #2950BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2950BA is #D6AF45. Grayscale: #4F4F4F. Windows color (decimal): -14069574 or 12210217. OLE color: 12210217.

HSL color Cylindrical-coordinate representation of color #2950BA: hue angle of 223.86º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2950BA is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 41 80 186 -
CMYK 0.78 0.57 0 0.27
HSL 223.86º 0.64% 0.45% -
HSV(B) 223.86º 0.78% 0.73% -
XYZ 12.65 9.75 47.67 -
YUV 80.42 187.58 99.88 -
System Red Green Blue C M Y K H S L
Decimal 41 80 186 0.78 0.57 0 0.27 223.86 0.64 0.45
Hex 29 50 BA 4E 39 0 1B E0 40 2D
Octal 51 120 272 116 71 0 33 340 100 55
Binary 101001 1010000 10111010 1001110 111001 0 11011 11100000 1000000 101101

Color Harmonies of #2950BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2950BA

Black with #2950BA

Text Example


Text Example

White with #2950BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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