Html Css Color HEX #1953CD Cerulean Blue

📋 copy color: '#1953CD'

red 25 ◦ green 83 ◦ blue 205

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

Shades of Cerulean Blue #1953CD

Tints of Cerulean Blue #1953CD

RGB

 RED value IS 25 (10.16% from 255) = 7.99%

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

 BLUE value IS 205 (80.47% from 255) = 65.5%

R = 7.99%
G = 26.52%
B = 65.5%

CMYK

 C value IS 0.88

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1953CD (or 0x1953CD) is known color: Cerulean Blue. HEX triplet: 19, 53 and CD. RGB value is (25,83,205). Sum of RGB (Red+Green+Blue) = 25+83+205=313 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.99% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 205 (80.47% from 255 or 65.50% from 313); Max value from RGB is 205 - color contains mainly: blue. Hex color #1953CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1953CD is #E6AC32. Grayscale: #4F4F4F. Windows color (decimal): -15117363 or 13456153. OLE color: 13456153.

HSL color Cylindrical-coordinate representation of color #1953CD: hue angle of 220.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1953CD is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 25 83 205 -
CMYK 0.88 0.60 0 0.20
HSL 220.67º 0.78% 0.45% -
HSV(B) 220.67º 0.88% 0.8% -
XYZ 14.51 10.8 59.08 -
YUV 79.57 198.78 89.08 -
System Red Green Blue C M Y K H S L
Decimal 25 83 205 0.88 0.60 0 0.20 220.67 0.78 0.45
Hex 19 53 CD 58 3C 0 14 DD 4E 2D
Octal 31 123 315 130 74 0 24 335 116 55
Binary 11001 1010011 11001101 1011000 111100 0 10100 11011101 1001110 101101

Color Harmonies of #1953CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1953CD

Black with #1953CD

Text Example


Text Example

White with #1953CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1953CD; }

 p { color: rgb(25,83,205); }

 H1.HeaderClassName
 {
   color: #1953CD;
 }
 .AnyTagClassName
 {
   color: #1953CD;
 }
</style>

background-color css

<style>
 a { background-color: #1953CD; }

 a { background-color: rgb(25,83,205); }

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

border-color css

<style>
 span { border-color: #1953CD; }

 span { border-color: rgb(25,83,205); }

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