Html Css Color HEX #1951CE Cerulean Blue

📋 copy color: '#1951CE'

red 25 ◦ green 81 ◦ blue 206

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

Shades of Cerulean Blue #1951CE

Tints of Cerulean Blue #1951CE

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.96%

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

R = 8.01%
G = 25.96%
B = 66.03%

CMYK

 C value IS 0.88

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1951CE (or 0x1951CE) is known color: Cerulean Blue. HEX triplet: 19, 51 and CE. RGB value is (25,81,206). Sum of RGB (Red+Green+Blue) = 25+81+206=312 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.01% from 312); Green value is 81 (32.03% from 255 or 25.96% from 312); Blue value is 206 (80.86% from 255 or 66.03% from 312); Max value from RGB is 206 - color contains mainly: blue. Hex color #1951CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1951CE is #E6AE31. Grayscale: #4D4D4D. Windows color (decimal): -15117874 or 13521177. OLE color: 13521177.

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

Color convert

RGB 25 81 206 -
CMYK 0.88 0.61 0 0.19
HSL 221.44º 0.78% 0.45% -
HSV(B) 221.44º 0.88% 0.81% -
XYZ 14.48 10.55 59.67 -
YUV 78.51 199.95 89.84 -
System Red Green Blue C M Y K H S L
Decimal 25 81 206 0.88 0.61 0 0.19 221.44 0.78 0.45
Hex 19 51 CE 58 3D 0 13 DD 4E 2D
Octal 31 121 316 130 75 0 23 335 116 55
Binary 11001 1010001 11001110 1011000 111101 0 10011 11011101 1001110 101101

Color Harmonies of #1951CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1951CE

Black with #1951CE

Text Example


Text Example

White with #1951CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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