Html Css Color HEX #2959DA Cerulean Blue

📋 copy color: '#2959DA'

red 41 ◦ green 89 ◦ blue 218

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

Shades of Cerulean Blue #2959DA

Tints of Cerulean Blue #2959DA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.57%

 BLUE value IS 218 (85.55% from 255) = 62.64%

R = 11.78%
G = 25.57%
B = 62.64%

CMYK

 C value IS 0.81

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2959DA (or 0x2959DA) is known color: Cerulean Blue. HEX triplet: 29, 59 and DA. RGB value is (41,89,218). Sum of RGB (Red+Green+Blue) = 41+89+218=348 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.78% from 348); Green value is 89 (35.16% from 255 or 25.57% from 348); Blue value is 218 (85.55% from 255 or 62.64% from 348); Max value from RGB is 218 - color contains mainly: blue. Hex color #2959DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2959DA is #D6A625. Grayscale: #585858. Windows color (decimal): -14067238 or 14309673. OLE color: 14309673.

HSL color Cylindrical-coordinate representation of color #2959DA: hue angle of 223.73º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2959DA is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 41 89 218 -
CMYK 0.81 0.59 0 0.15
HSL 223.73º 0.71% 0.51% -
HSV(B) 223.73º 0.81% 0.85% -
XYZ 17.14 12.68 67.87 -
YUV 89.35 200.6 93.51 -
System Red Green Blue C M Y K H S L
Decimal 41 89 218 0.81 0.59 0 0.15 223.73 0.71 0.51
Hex 29 59 DA 51 3B 0 F E0 47 33
Octal 51 131 332 121 73 0 17 340 107 63
Binary 101001 1011001 11011010 1010001 111011 0 1111 11100000 1000111 110011

Color Harmonies of #2959DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2959DA

Black with #2959DA

Text Example


Text Example

White with #2959DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2959DA; }

 p { color: rgb(41,89,218); }

 H1.HeaderClassName
 {
   color: #2959DA;
 }
 .AnyTagClassName
 {
   color: #2959DA;
 }
</style>

background-color css

<style>
 a { background-color: #2959DA; }

 a { background-color: rgb(41,89,218); }

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

border-color css

<style>
 span { border-color: #2959DA; }

 span { border-color: rgb(41,89,218); }

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