Html Css Color HEX #1952CE Cerulean Blue

📋 copy color: '#1952CE'

red 25 ◦ green 82 ◦ blue 206

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

Shades of Cerulean Blue #1952CE

Tints of Cerulean Blue #1952CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 65.81%

R = 7.99%
G = 26.2%
B = 65.81%

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

#1952CE (or 0x1952CE) is known color: Cerulean Blue. HEX triplet: 19, 52 and CE. RGB value is (25,82,206). Sum of RGB (Red+Green+Blue) = 25+82+206=313 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.99% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 206 (80.86% from 255 or 65.81% from 313); Max value from RGB is 206 - color contains mainly: blue. Hex color #1952CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1952CE is #E6AD31. Grayscale: #4E4E4E. Windows color (decimal): -15117618 or 13521433. OLE color: 13521433.

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

Color convert

RGB 25 82 206 -
CMYK 0.88 0.60 0 0.19
HSL 221.11º 0.78% 0.45% -
HSV(B) 221.11º 0.88% 0.81% -
XYZ 14.56 10.7 59.69 -
YUV 79.09 199.62 89.42 -
System Red Green Blue C M Y K H S L
Decimal 25 82 206 0.88 0.60 0 0.19 221.11 0.78 0.45
Hex 19 52 CE 58 3C 0 13 DD 4E 2D
Octal 31 122 316 130 74 0 23 335 116 55
Binary 11001 1010010 11001110 1011000 111100 0 10011 11011101 1001110 101101

Color Harmonies of #1952CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1952CE

Black with #1952CE

Text Example


Text Example

White with #1952CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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