Html Css Color HEX #1953D8 Cerulean Blue

📋 copy color: '#1953D8'

red 25 ◦ green 83 ◦ blue 216

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

Shades of Cerulean Blue #1953D8

Tints of Cerulean Blue #1953D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 66.67%

R = 7.72%
G = 25.62%
B = 66.67%

CMYK

 C value IS 0.88

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1953D8 (or 0x1953D8) is known color: Cerulean Blue. HEX triplet: 19, 53 and D8. RGB value is (25,83,216). Sum of RGB (Red+Green+Blue) = 25+83+216=324 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.72% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 216 (84.77% from 255 or 66.67% from 324); Max value from RGB is 216 - color contains mainly: blue. Hex color #1953D8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1953D8 is #E6AC27. Grayscale: #505050. Windows color (decimal): -15117352 or 14177049. OLE color: 14177049.

HSL color Cylindrical-coordinate representation of color #1953D8: hue angle of 221.78º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1953D8 is Cyan = 0.88, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 25 83 216 -
CMYK 0.88 0.62 0 0.15
HSL 221.78º 0.79% 0.47% -
HSV(B) 221.78º 0.88% 0.85% -
XYZ 15.89 11.35 66.32 -
YUV 80.82 204.28 88.19 -
System Red Green Blue C M Y K H S L
Decimal 25 83 216 0.88 0.62 0 0.15 221.78 0.79 0.47
Hex 19 53 D8 58 3E 0 F DE 4F 2F
Octal 31 123 330 130 76 0 17 336 117 57
Binary 11001 1010011 11011000 1011000 111110 0 1111 11011110 1001111 101111

Color Harmonies of #1953D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1953D8

Black with #1953D8

Text Example


Text Example

White with #1953D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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