Html Css Color HEX #1950CE Cerulean Blue

📋 copy color: '#1950CE'

red 25 ◦ green 80 ◦ blue 206

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

Shades of Cerulean Blue #1950CE

Tints of Cerulean Blue #1950CE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.72%

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

R = 8.04%
G = 25.72%
B = 66.24%

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

#1950CE (or 0x1950CE) is known color: Cerulean Blue. HEX triplet: 19, 50 and CE. RGB value is (25,80,206). Sum of RGB (Red+Green+Blue) = 25+80+206=311 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.04% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 206 (80.86% from 255 or 66.24% from 311); Max value from RGB is 206 - color contains mainly: blue. Hex color #1950CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1950CE is #E6AF31. Grayscale: #4D4D4D. Windows color (decimal): -15118130 or 13520921. OLE color: 13520921.

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

Color convert

RGB 25 80 206 -
CMYK 0.88 0.61 0 0.19
HSL 221.77º 0.78% 0.45% -
HSV(B) 221.77º 0.88% 0.81% -
XYZ 14.41 10.4 59.64 -
YUV 77.92 200.28 90.25 -
System Red Green Blue C M Y K H S L
Decimal 25 80 206 0.88 0.61 0 0.19 221.77 0.78 0.45
Hex 19 50 CE 58 3D 0 13 DE 4E 2D
Octal 31 120 316 130 75 0 23 336 116 55
Binary 11001 1010000 11001110 1011000 111101 0 10011 11011110 1001110 101101

Color Harmonies of #1950CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1950CE

Black with #1950CE

Text Example


Text Example

White with #1950CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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