Html Css Color HEX #2950DD Cerulean Blue

📋 copy color: '#2950DD'

red 41 ◦ green 80 ◦ blue 221

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

Shades of Cerulean Blue #2950DD

Tints of Cerulean Blue #2950DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 64.62%

R = 11.99%
G = 23.39%
B = 64.62%

CMYK

 C value IS 0.81

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2950DD (or 0x2950DD) is known color: Cerulean Blue. HEX triplet: 29, 50 and DD. RGB value is (41,80,221). Sum of RGB (Red+Green+Blue) = 41+80+221=342 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.99% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 221 (86.72% from 255 or 64.62% from 342); Max value from RGB is 221 - color contains mainly: blue. Hex color #2950DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2950DD is #D6AF22. Grayscale: #535353. Windows color (decimal): -14069539 or 14503977. OLE color: 14503977.

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

Color convert

RGB 41 80 221 -
CMYK 0.81 0.64 0 0.13
HSL 227º 0.73% 0.51% -
HSV(B) 227º 0.81% 0.87% -
XYZ 16.83 11.43 69.73 -
YUV 84.41 205.08 97.04 -
System Red Green Blue C M Y K H S L
Decimal 41 80 221 0.81 0.64 0 0.13 227 0.73 0.51
Hex 29 50 DD 51 40 0 D E3 49 33
Octal 51 120 335 121 100 0 15 343 111 63
Binary 101001 1010000 11011101 1010001 1000000 0 1101 11100011 1001001 110011

Color Harmonies of #2950DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2950DD

Black with #2950DD

Text Example


Text Example

White with #2950DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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