Html Css Color HEX #1952CD Cerulean Blue

📋 copy color: '#1952CD'

red 25 ◦ green 82 ◦ blue 205

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

Shades of Cerulean Blue #1952CD

Tints of Cerulean Blue #1952CD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.28%

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

R = 8.01%
G = 26.28%
B = 65.71%

CMYK

 C value IS 0.88

 M value IS 0.6

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1952CD (or 0x1952CD) is known color: Cerulean Blue. HEX triplet: 19, 52 and CD. RGB value is (25,82,205). Sum of RGB (Red+Green+Blue) = 25+82+205=312 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.01% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 205 (80.47% from 255 or 65.71% from 312); Max value from RGB is 205 - color contains mainly: blue. Hex color #1952CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1952CD is #E6AD32. Grayscale: #4E4E4E. Windows color (decimal): -15117619 or 13455897. OLE color: 13455897.

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

Color convert

RGB 25 82 205 -
CMYK 0.88 0.6 0 0.20
HSL 221º 0.78% 0.45% -
HSV(B) 221º 0.88% 0.8% -
XYZ 14.44 10.65 59.05 -
YUV 78.98 199.12 89.5 -
System Red Green Blue C M Y K H S L
Decimal 25 82 205 0.88 0.6 0 0.20 221 0.78 0.45
Hex 19 52 CD 58 3C 0 14 DD 4E 2D
Octal 31 122 315 130 74 0 24 335 116 55
Binary 11001 1010010 11001101 1011000 111100 0 10100 11011101 1001110 101101

Color Harmonies of #1952CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1952CD

Black with #1952CD

Text Example


Text Example

White with #1952CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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