Html Css Color HEX #2950BC Cerulean Blue

📋 copy color: '#2950BC'

red 41 ◦ green 80 ◦ blue 188

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

Shades of Cerulean Blue #2950BC

Tints of Cerulean Blue #2950BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 60.84%

R = 13.27%
G = 25.89%
B = 60.84%

CMYK

 C value IS 0.78

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2950BC (or 0x2950BC) is known color: Cerulean Blue. HEX triplet: 29, 50 and BC. RGB value is (41,80,188). Sum of RGB (Red+Green+Blue) = 41+80+188=309 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.27% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 188 (73.83% from 255 or 60.84% from 309); Max value from RGB is 188 - color contains mainly: blue. Hex color #2950BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2950BC is #D6AF43. Grayscale: #505050. Windows color (decimal): -14069572 or 12341289. OLE color: 12341289.

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

Color convert

RGB 41 80 188 -
CMYK 0.78 0.57 0 0.26
HSL 224.08º 0.64% 0.45% -
HSV(B) 224.08º 0.78% 0.74% -
XYZ 12.86 9.84 48.8 -
YUV 80.65 188.58 99.72 -
System Red Green Blue C M Y K H S L
Decimal 41 80 188 0.78 0.57 0 0.26 224.08 0.64 0.45
Hex 29 50 BC 4E 39 0 1A E0 40 2D
Octal 51 120 274 116 71 0 32 340 100 55
Binary 101001 1010000 10111100 1001110 111001 0 11010 11100000 1000000 101101

Color Harmonies of #2950BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2950BC

Black with #2950BC

Text Example


Text Example

White with #2950BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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