Html Css Color HEX #1953CF Cerulean Blue

📋 copy color: '#1953CF'

red 25 ◦ green 83 ◦ blue 207

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

Shades of Cerulean Blue #1953CF

Tints of Cerulean Blue #1953CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 65.71%

R = 7.94%
G = 26.35%
B = 65.71%

CMYK

 C value IS 0.88

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1953CF (or 0x1953CF) is known color: Cerulean Blue. HEX triplet: 19, 53 and CF. RGB value is (25,83,207). Sum of RGB (Red+Green+Blue) = 25+83+207=315 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.94% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 207 (81.25% from 255 or 65.71% from 315); Max value from RGB is 207 - color contains mainly: blue. Hex color #1953CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1953CF is #E6AC30. Grayscale: #4F4F4F. Windows color (decimal): -15117361 or 13587225. OLE color: 13587225.

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

Color convert

RGB 25 83 207 -
CMYK 0.88 0.60 0 0.19
HSL 220.88º 0.78% 0.45% -
HSV(B) 220.88º 0.88% 0.81% -
XYZ 14.76 10.9 60.36 -
YUV 79.79 199.78 88.92 -
System Red Green Blue C M Y K H S L
Decimal 25 83 207 0.88 0.60 0 0.19 220.88 0.78 0.45
Hex 19 53 CF 58 3C 0 13 DD 4E 2D
Octal 31 123 317 130 74 0 23 335 116 55
Binary 11001 1010011 11001111 1011000 111100 0 10011 11011101 1001110 101101

Color Harmonies of #1953CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1953CF

Black with #1953CF

Text Example


Text Example

White with #1953CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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