Html Css Color HEX #2950AF Cerulean Blue

📋 copy color: '#2950AF'

red 41 ◦ green 80 ◦ blue 175

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

Shades of Cerulean Blue #2950AF

Tints of Cerulean Blue #2950AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 59.12%

R = 13.85%
G = 27.03%
B = 59.12%

CMYK

 C value IS 0.77

 M value IS 0.54

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2950AF (or 0x2950AF) is known color: Cerulean Blue. HEX triplet: 29, 50 and AF. RGB value is (41,80,175). Sum of RGB (Red+Green+Blue) = 41+80+175=296 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.85% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 175 (68.75% from 255 or 59.12% from 296); Max value from RGB is 175 - color contains mainly: blue. Hex color #2950AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2950AF is #D6AF50. Grayscale: #4E4E4E. Windows color (decimal): -14069585 or 11489321. OLE color: 11489321.

HSL color Cylindrical-coordinate representation of color #2950AF: hue angle of 222.54º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2950AF is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 41 80 175 -
CMYK 0.77 0.54 0 0.31
HSL 222.54º 0.62% 0.42% -
HSV(B) 222.54º 0.77% 0.69% -
XYZ 11.52 9.3 41.75 -
YUV 79.17 182.08 100.78 -
System Red Green Blue C M Y K H S L
Decimal 41 80 175 0.77 0.54 0 0.31 222.54 0.62 0.42
Hex 29 50 AF 4D 36 0 1F DF 3E 2A
Octal 51 120 257 115 66 0 37 337 76 52
Binary 101001 1010000 10101111 1001101 110110 0 11111 11011111 111110 101010

Color Harmonies of #2950AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2950AF

Black with #2950AF

Text Example


Text Example

White with #2950AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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