Html Css Color HEX #1952CA Cerulean Blue

📋 copy color: '#1952CA'

red 25 ◦ green 82 ◦ blue 202

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

Shades of Cerulean Blue #1952CA

Tints of Cerulean Blue #1952CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 65.37%

R = 8.09%
G = 26.54%
B = 65.37%

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

#1952CA (or 0x1952CA) is known color: Cerulean Blue. HEX triplet: 19, 52 and CA. RGB value is (25,82,202). Sum of RGB (Red+Green+Blue) = 25+82+202=309 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.09% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 202 (79.30% from 255 or 65.37% from 309); Max value from RGB is 202 - color contains mainly: blue. Hex color #1952CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1952CA is #E6AD35. Grayscale: #4E4E4E. Windows color (decimal): -15117622 or 13259289. OLE color: 13259289.

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

Color convert

RGB 25 82 202 -
CMYK 0.88 0.59 0 0.21
HSL 220.68º 0.78% 0.45% -
HSV(B) 220.68º 0.88% 0.79% -
XYZ 14.08 10.51 57.16 -
YUV 78.64 197.62 89.74 -
System Red Green Blue C M Y K H S L
Decimal 25 82 202 0.88 0.59 0 0.21 220.68 0.78 0.45
Hex 19 52 CA 58 3B 0 15 DD 4E 2D
Octal 31 122 312 130 73 0 25 335 116 55
Binary 11001 1010010 11001010 1011000 111011 0 10101 11011101 1001110 101101

Color Harmonies of #1952CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1952CA

Black with #1952CA

Text Example


Text Example

White with #1952CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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