Html Css Color HEX #1950BF Cerulean Blue

📋 copy color: '#1950BF'

red 25 ◦ green 80 ◦ blue 191

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

Shades of Cerulean Blue #1950BF

Tints of Cerulean Blue #1950BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 64.53%

R = 8.45%
G = 27.03%
B = 64.53%

CMYK

 C value IS 0.87

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1950BF (or 0x1950BF) is known color: Cerulean Blue. HEX triplet: 19, 50 and BF. RGB value is (25,80,191). Sum of RGB (Red+Green+Blue) = 25+80+191=296 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.45% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 191 (75% from 255 or 64.53% from 296); Max value from RGB is 191 - color contains mainly: blue. Hex color #1950BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1950BF is #E6AF40. Grayscale: #4B4B4B. Windows color (decimal): -15118145 or 12537881. OLE color: 12537881.

HSL color Cylindrical-coordinate representation of color #1950BF: hue angle of 220.12º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1950BF is Cyan = 0.87, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 25 80 191 -
CMYK 0.87 0.58 0 0.25
HSL 220.12º 0.77% 0.42% -
HSV(B) 220.12º 0.87% 0.75% -
XYZ 12.67 9.71 50.5 -
YUV 76.21 192.78 91.47 -
System Red Green Blue C M Y K H S L
Decimal 25 80 191 0.87 0.58 0 0.25 220.12 0.77 0.42
Hex 19 50 BF 57 3A 0 19 DC 4D 2A
Octal 31 120 277 127 72 0 31 334 115 52
Binary 11001 1010000 10111111 1010111 111010 0 11001 11011100 1001101 101010

Color Harmonies of #1950BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1950BF

Black with #1950BF

Text Example


Text Example

White with #1950BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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