Html Css Color HEX #2953DA Cerulean Blue

📋 copy color: '#2953DA'

red 41 ◦ green 83 ◦ blue 218

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

Shades of Cerulean Blue #2953DA

Tints of Cerulean Blue #2953DA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.27%

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

R = 11.99%
G = 24.27%
B = 63.74%

CMYK

 C value IS 0.81

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2953DA (or 0x2953DA) is known color: Cerulean Blue. HEX triplet: 29, 53 and DA. RGB value is (41,83,218). Sum of RGB (Red+Green+Blue) = 41+83+218=342 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.99% from 342); Green value is 83 (32.81% from 255 or 24.27% from 342); Blue value is 218 (85.55% from 255 or 63.74% from 342); Max value from RGB is 218 - color contains mainly: blue. Hex color #2953DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2953DA is #D6AC25. Grayscale: #555555. Windows color (decimal): -14068774 or 14308137. OLE color: 14308137.

HSL color Cylindrical-coordinate representation of color #2953DA: hue angle of 225.76º 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 #2953DA is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 41 83 218 -
CMYK 0.81 0.62 0 0.15
HSL 225.76º 0.71% 0.51% -
HSV(B) 225.76º 0.81% 0.85% -
XYZ 16.66 11.72 67.71 -
YUV 85.83 202.59 96.02 -
System Red Green Blue C M Y K H S L
Decimal 41 83 218 0.81 0.62 0 0.15 225.76 0.71 0.51
Hex 29 53 DA 51 3E 0 F E2 47 33
Octal 51 123 332 121 76 0 17 342 107 63
Binary 101001 1010011 11011010 1010001 111110 0 1111 11100010 1000111 110011

Color Harmonies of #2953DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2953DA

Black with #2953DA

Text Example


Text Example

White with #2953DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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