Html Css Color HEX #1952C6 Cerulean Blue

📋 copy color: '#1952C6'

red 25 ◦ green 82 ◦ blue 198

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

Shades of Cerulean Blue #1952C6

Tints of Cerulean Blue #1952C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 64.92%

R = 8.2%
G = 26.89%
B = 64.92%

CMYK

 C value IS 0.87

 M value IS 0.59

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#1952C6 (or 0x1952C6) is known color: Cerulean Blue. HEX triplet: 19, 52 and C6. RGB value is (25,82,198). Sum of RGB (Red+Green+Blue) = 25+82+198=305 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.20% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 198 (77.73% from 255 or 64.92% from 305); Max value from RGB is 198 - color contains mainly: blue. Hex color #1952C6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1952C6 is #E6AD39. Grayscale: #4D4D4D. Windows color (decimal): -15117626 or 12997145. OLE color: 12997145.

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

Color convert

RGB 25 82 198 -
CMYK 0.87 0.59 0 0.22
HSL 220.23º 0.78% 0.44% -
HSV(B) 220.23º 0.87% 0.78% -
XYZ 13.61 10.32 54.7 -
YUV 78.18 195.62 90.07 -
System Red Green Blue C M Y K H S L
Decimal 25 82 198 0.87 0.59 0 0.22 220.23 0.78 0.44
Hex 19 52 C6 57 3B 0 16 DC 4E 2C
Octal 31 122 306 127 73 0 26 334 116 54
Binary 11001 1010010 11000110 1010111 111011 0 10110 11011100 1001110 101100

Color Harmonies of #1952C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1952C6

Black with #1952C6

Text Example


Text Example

White with #1952C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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