Html Css Color HEX #1950CB Cerulean Blue

📋 copy color: '#1950CB'

red 25 ◦ green 80 ◦ blue 203

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

Shades of Cerulean Blue #1950CB

Tints of Cerulean Blue #1950CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 65.91%

R = 8.12%
G = 25.97%
B = 65.91%

CMYK

 C value IS 0.88

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1950CB (or 0x1950CB) is known color: Cerulean Blue. HEX triplet: 19, 50 and CB. RGB value is (25,80,203). Sum of RGB (Red+Green+Blue) = 25+80+203=308 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.12% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 203 (79.69% from 255 or 65.91% from 308); Max value from RGB is 203 - color contains mainly: blue. Hex color #1950CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1950CB is #E6AF34. Grayscale: #4D4D4D. Windows color (decimal): -15118133 or 13324313. OLE color: 13324313.

HSL color Cylindrical-coordinate representation of color #1950CB: hue angle of 221.46º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1950CB is Cyan = 0.88, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 25 80 203 -
CMYK 0.88 0.61 0 0.20
HSL 221.46º 0.78% 0.45% -
HSV(B) 221.46º 0.88% 0.8% -
XYZ 14.05 10.26 57.74 -
YUV 77.58 198.78 90.5 -
System Red Green Blue C M Y K H S L
Decimal 25 80 203 0.88 0.61 0 0.20 221.46 0.78 0.45
Hex 19 50 CB 58 3D 0 14 DD 4E 2D
Octal 31 120 313 130 75 0 24 335 116 55
Binary 11001 1010000 11001011 1011000 111101 0 10100 11011101 1001110 101101

Color Harmonies of #1950CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1950CB

Black with #1950CB

Text Example


Text Example

White with #1950CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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