Html Css Color HEX #1953CB Cerulean Blue

📋 copy color: '#1953CB'

red 25 ◦ green 83 ◦ blue 203

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

Shades of Cerulean Blue #1953CB

Tints of Cerulean Blue #1953CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 65.27%

R = 8.04%
G = 26.69%
B = 65.27%

CMYK

 C value IS 0.88

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1953CB (or 0x1953CB) is known color: Cerulean Blue. HEX triplet: 19, 53 and CB. RGB value is (25,83,203). Sum of RGB (Red+Green+Blue) = 25+83+203=311 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.04% from 311); Green value is 83 (32.81% from 255 or 26.69% from 311); Blue value is 203 (79.69% from 255 or 65.27% from 311); Max value from RGB is 203 - color contains mainly: blue. Hex color #1953CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1953CB is #E6AC34. Grayscale: #4E4E4E. Windows color (decimal): -15117365 or 13325081. OLE color: 13325081.

HSL color Cylindrical-coordinate representation of color #1953CB: hue angle of 220.45º 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 #1953CB is Cyan = 0.88, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 25 83 203 -
CMYK 0.88 0.59 0 0.20
HSL 220.45º 0.78% 0.45% -
HSV(B) 220.45º 0.88% 0.8% -
XYZ 14.27 10.7 57.81 -
YUV 79.34 197.78 89.24 -
System Red Green Blue C M Y K H S L
Decimal 25 83 203 0.88 0.59 0 0.20 220.45 0.78 0.45
Hex 19 53 CB 58 3B 0 14 DC 4E 2D
Octal 31 123 313 130 73 0 24 334 116 55
Binary 11001 1010011 11001011 1011000 111011 0 10100 11011100 1001110 101101

Color Harmonies of #1953CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1953CB

Black with #1953CB

Text Example


Text Example

White with #1953CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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