Html Css Color HEX #1951D7 Cerulean Blue

📋 copy color: '#1951D7'

red 25 ◦ green 81 ◦ blue 215

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

Shades of Cerulean Blue #1951D7

Tints of Cerulean Blue #1951D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 66.98%

R = 7.79%
G = 25.23%
B = 66.98%

CMYK

 C value IS 0.88

 M value IS 0.62

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1951D7 (or 0x1951D7) is known color: Cerulean Blue. HEX triplet: 19, 51 and D7. RGB value is (25,81,215). Sum of RGB (Red+Green+Blue) = 25+81+215=321 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.79% from 321); Green value is 81 (32.03% from 255 or 25.23% from 321); Blue value is 215 (84.38% from 255 or 66.98% from 321); Max value from RGB is 215 - color contains mainly: blue. Hex color #1951D7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1951D7 is #E6AE28. Grayscale: #4E4E4E. Windows color (decimal): -15117865 or 14111001. OLE color: 14111001.

HSL color Cylindrical-coordinate representation of color #1951D7: hue angle of 222.32º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1951D7 is Cyan = 0.88, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 25 81 215 -
CMYK 0.88 0.62 0 0.16
HSL 222.32º 0.79% 0.47% -
HSV(B) 222.32º 0.88% 0.84% -
XYZ 15.61 11 65.59 -
YUV 79.53 204.45 89.1 -
System Red Green Blue C M Y K H S L
Decimal 25 81 215 0.88 0.62 0 0.16 222.32 0.79 0.47
Hex 19 51 D7 58 3E 0 10 DE 4F 2F
Octal 31 121 327 130 76 0 20 336 117 57
Binary 11001 1010001 11010111 1011000 111110 0 10000 11011110 1001111 101111

Color Harmonies of #1951D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1951D7

Black with #1951D7

Text Example


Text Example

White with #1951D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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