Html Css Color HEX #1950CA Cerulean Blue

📋 copy color: '#1950CA'

red 25 ◦ green 80 ◦ blue 202

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

Shades of Cerulean Blue #1950CA

Tints of Cerulean Blue #1950CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 65.8%

R = 8.14%
G = 26.06%
B = 65.8%

CMYK

 C value IS 0.88

 M value IS 0.60

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1950CA (or 0x1950CA) is known color: Cerulean Blue. HEX triplet: 19, 50 and CA. RGB value is (25,80,202). Sum of RGB (Red+Green+Blue) = 25+80+202=307 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.14% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 202 (79.30% from 255 or 65.80% from 307); Max value from RGB is 202 - color contains mainly: blue. Hex color #1950CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1950CA is #E6AF35. Grayscale: #4C4C4C. Windows color (decimal): -15118134 or 13258777. OLE color: 13258777.

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

Color convert

RGB 25 80 202 -
CMYK 0.88 0.60 0 0.21
HSL 221.36º 0.78% 0.45% -
HSV(B) 221.36º 0.88% 0.79% -
XYZ 13.93 10.21 57.11 -
YUV 77.46 198.28 90.58 -
System Red Green Blue C M Y K H S L
Decimal 25 80 202 0.88 0.60 0 0.21 221.36 0.78 0.45
Hex 19 50 CA 58 3C 0 15 DD 4E 2D
Octal 31 120 312 130 74 0 25 335 116 55
Binary 11001 1010000 11001010 1011000 111100 0 10101 11011101 1001110 101101

Color Harmonies of #1950CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1950CA

Black with #1950CA

Text Example


Text Example

White with #1950CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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