Html Css Color HEX #2953DE Cerulean Blue

📋 copy color: '#2953DE'

red 41 ◦ green 83 ◦ blue 222

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

Shades of Cerulean Blue #2953DE

Tints of Cerulean Blue #2953DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 64.16%

R = 11.85%
G = 23.99%
B = 64.16%

CMYK

 C value IS 0.82

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2953DE (or 0x2953DE) is known color: Cerulean Blue. HEX triplet: 29, 53 and DE. RGB value is (41,83,222). Sum of RGB (Red+Green+Blue) = 41+83+222=346 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.85% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 222 (87.11% from 255 or 64.16% from 346); Max value from RGB is 222 - color contains mainly: blue. Hex color #2953DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2953DE is #D6AC21. Grayscale: #555555. Windows color (decimal): -14068770 or 14570281. OLE color: 14570281.

HSL color Cylindrical-coordinate representation of color #2953DE: hue angle of 226.08º degrees, saturation: 0.73, 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 #2953DE is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 41 83 222 -
CMYK 0.82 0.63 0 0.13
HSL 226.08º 0.73% 0.52% -
HSV(B) 226.08º 0.82% 0.87% -
XYZ 17.19 11.93 70.5 -
YUV 86.29 204.59 95.7 -
System Red Green Blue C M Y K H S L
Decimal 41 83 222 0.82 0.63 0 0.13 226.08 0.73 0.52
Hex 29 53 DE 52 3F 0 D E2 49 34
Octal 51 123 336 122 77 0 15 342 111 64
Binary 101001 1010011 11011110 1010010 111111 0 1101 11100010 1001001 110100

Color Harmonies of #2953DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2953DE

Black with #2953DE

Text Example


Text Example

White with #2953DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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