Html Css Color HEX #1952C9 Cerulean Blue

📋 copy color: '#1952C9'

red 25 ◦ green 82 ◦ blue 201

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

Shades of Cerulean Blue #1952C9

Tints of Cerulean Blue #1952C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 65.26%

R = 8.12%
G = 26.62%
B = 65.26%

CMYK

 C value IS 0.88

 M value IS 0.59

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1952C9 (or 0x1952C9) is known color: Cerulean Blue. HEX triplet: 19, 52 and C9. RGB value is (25,82,201). Sum of RGB (Red+Green+Blue) = 25+82+201=308 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.12% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 201 (78.91% from 255 or 65.26% from 308); Max value from RGB is 201 - color contains mainly: blue. Hex color #1952C9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1952C9 is #E6AD36. Grayscale: #4D4D4D. Windows color (decimal): -15117623 or 13193753. OLE color: 13193753.

HSL color Cylindrical-coordinate representation of color #1952C9: hue angle of 220.57º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1952C9 is Cyan = 0.88, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 25 82 201 -
CMYK 0.88 0.59 0 0.21
HSL 220.57º 0.78% 0.44% -
HSV(B) 220.57º 0.88% 0.79% -
XYZ 13.96 10.46 56.54 -
YUV 78.52 197.12 89.82 -
System Red Green Blue C M Y K H S L
Decimal 25 82 201 0.88 0.59 0 0.21 220.57 0.78 0.44
Hex 19 52 C9 58 3B 0 15 DD 4E 2C
Octal 31 122 311 130 73 0 25 335 116 54
Binary 11001 1010010 11001001 1011000 111011 0 10101 11011101 1001110 101100

Color Harmonies of #1952C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1952C9

Black with #1952C9

Text Example


Text Example

White with #1952C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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