Html Css Color HEX #2950DF Cerulean Blue

📋 copy color: '#2950DF'

red 41 ◦ green 80 ◦ blue 223

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

Shades of Cerulean Blue #2950DF

Tints of Cerulean Blue #2950DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 64.83%

R = 11.92%
G = 23.26%
B = 64.83%

CMYK

 C value IS 0.82

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2950DF (or 0x2950DF) is known color: Cerulean Blue. HEX triplet: 29, 50 and DF. RGB value is (41,80,223). Sum of RGB (Red+Green+Blue) = 41+80+223=344 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.92% from 344); Green value is 80 (31.64% from 255 or 23.26% from 344); Blue value is 223 (87.5% from 255 or 64.83% from 344); Max value from RGB is 223 - color contains mainly: blue. Hex color #2950DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2950DF is #D6AF20. Grayscale: #545454. Windows color (decimal): -14069537 or 14635049. OLE color: 14635049.

HSL color Cylindrical-coordinate representation of color #2950DF: hue angle of 227.14º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2950DF is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 41 80 223 -
CMYK 0.82 0.64 0 0.13
HSL 227.14º 0.74% 0.52% -
HSV(B) 227.14º 0.82% 0.87% -
XYZ 17.1 11.54 71.14 -
YUV 84.64 206.08 96.87 -
System Red Green Blue C M Y K H S L
Decimal 41 80 223 0.82 0.64 0 0.13 227.14 0.74 0.52
Hex 29 50 DF 52 40 0 D E3 4A 34
Octal 51 120 337 122 100 0 15 343 112 64
Binary 101001 1010000 11011111 1010010 1000000 0 1101 11100011 1001010 110100

Color Harmonies of #2950DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2950DF

Black with #2950DF

Text Example


Text Example

White with #2950DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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