Html Css Color HEX #1951DC Cerulean Blue

📋 copy color: '#1951DC'

red 25 ◦ green 81 ◦ blue 220

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

Shades of Cerulean Blue #1951DC

Tints of Cerulean Blue #1951DC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.85%

 BLUE value IS 220 (86.33% from 255) = 67.48%

R = 7.67%
G = 24.85%
B = 67.48%

CMYK

 C value IS 0.89

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1951DC (or 0x1951DC) is known color: Cerulean Blue. HEX triplet: 19, 51 and DC. RGB value is (25,81,220). Sum of RGB (Red+Green+Blue) = 25+81+220=326 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.67% from 326); Green value is 81 (32.03% from 255 or 24.85% from 326); Blue value is 220 (86.33% from 255 or 67.48% from 326); Max value from RGB is 220 - color contains mainly: blue. Hex color #1951DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1951DC is #E6AE23. Grayscale: #4F4F4F. Windows color (decimal): -15117860 or 14438681. OLE color: 14438681.

HSL color Cylindrical-coordinate representation of color #1951DC: hue angle of 222.77º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1951DC is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 25 81 220 -
CMYK 0.89 0.63 0 0.14
HSL 222.77º 0.8% 0.48% -
HSV(B) 222.77º 0.89% 0.86% -
XYZ 16.26 11.26 69.03 -
YUV 80.1 206.95 88.7 -
System Red Green Blue C M Y K H S L
Decimal 25 81 220 0.89 0.63 0 0.14 222.77 0.8 0.48
Hex 19 51 DC 59 3F 0 E DF 50 30
Octal 31 121 334 131 77 0 16 337 120 60
Binary 11001 1010001 11011100 1011001 111111 0 1110 11011111 1010000 110000

Color Harmonies of #1951DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1951DC

Black with #1951DC

Text Example


Text Example

White with #1951DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1951DC; }

 p { color: rgb(25,81,220); }

 H1.HeaderClassName
 {
   color: #1951DC;
 }
 .AnyTagClassName
 {
   color: #1951DC;
 }
</style>

background-color css

<style>
 a { background-color: #1951DC; }

 a { background-color: rgb(25,81,220); }

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

border-color css

<style>
 span { border-color: #1951DC; }

 span { border-color: rgb(25,81,220); }

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