Html Css Color HEX #1950BD Cerulean Blue

📋 copy color: '#1950BD'

red 25 ◦ green 80 ◦ blue 189

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

Shades of Cerulean Blue #1950BD

Tints of Cerulean Blue #1950BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 64.29%

R = 8.5%
G = 27.21%
B = 64.29%

CMYK

 C value IS 0.87

 M value IS 0.58

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1950BD (or 0x1950BD) is known color: Cerulean Blue. HEX triplet: 19, 50 and BD. RGB value is (25,80,189). Sum of RGB (Red+Green+Blue) = 25+80+189=294 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.50% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 189 (74.22% from 255 or 64.29% from 294); Max value from RGB is 189 - color contains mainly: blue. Hex color #1950BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1950BD is #E6AF42. Grayscale: #4B4B4B. Windows color (decimal): -15118147 or 12406809. OLE color: 12406809.

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

Color convert

RGB 25 80 189 -
CMYK 0.87 0.58 0 0.26
HSL 219.88º 0.77% 0.42% -
HSV(B) 219.88º 0.87% 0.74% -
XYZ 12.45 9.62 49.34 -
YUV 75.98 191.78 91.64 -
System Red Green Blue C M Y K H S L
Decimal 25 80 189 0.87 0.58 0 0.26 219.88 0.77 0.42
Hex 19 50 BD 57 3A 0 1A DC 4D 2A
Octal 31 120 275 127 72 0 32 334 115 52
Binary 11001 1010000 10111101 1010111 111010 0 11010 11011100 1001101 101010

Color Harmonies of #1950BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1950BD

Black with #1950BD

Text Example


Text Example

White with #1950BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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