Html Css Color HEX #2950DB Cerulean Blue

📋 copy color: '#2950DB'

red 41 ◦ green 80 ◦ blue 219

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

Shades of Cerulean Blue #2950DB

Tints of Cerulean Blue #2950DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 64.41%

R = 12.06%
G = 23.53%
B = 64.41%

CMYK

 C value IS 0.81

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2950DB (or 0x2950DB) is known color: Cerulean Blue. HEX triplet: 29, 50 and DB. RGB value is (41,80,219). Sum of RGB (Red+Green+Blue) = 41+80+219=340 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.06% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 219 (85.94% from 255 or 64.41% from 340); Max value from RGB is 219 - color contains mainly: blue. Hex color #2950DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2950DB is #D6AF24. Grayscale: #535353. Windows color (decimal): -14069541 or 14372905. OLE color: 14372905.

HSL color Cylindrical-coordinate representation of color #2950DB: hue angle of 226.85º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2950DB is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 41 80 219 -
CMYK 0.81 0.63 0 0.14
HSL 226.85º 0.71% 0.51% -
HSV(B) 226.85º 0.81% 0.86% -
XYZ 16.57 11.32 68.33 -
YUV 84.19 204.08 97.2 -
System Red Green Blue C M Y K H S L
Decimal 41 80 219 0.81 0.63 0 0.14 226.85 0.71 0.51
Hex 29 50 DB 51 3F 0 E E3 47 33
Octal 51 120 333 121 77 0 16 343 107 63
Binary 101001 1010000 11011011 1010001 111111 0 1110 11100011 1000111 110011

Color Harmonies of #2950DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2950DB

Black with #2950DB

Text Example


Text Example

White with #2950DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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