Html Css Color HEX #1951CF Cerulean Blue

📋 copy color: '#1951CF'

red 25 ◦ green 81 ◦ blue 207

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

Shades of Cerulean Blue #1951CF

Tints of Cerulean Blue #1951CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 66.13%

R = 7.99%
G = 25.88%
B = 66.13%

CMYK

 C value IS 0.88

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1951CF (or 0x1951CF) is known color: Cerulean Blue. HEX triplet: 19, 51 and CF. RGB value is (25,81,207). Sum of RGB (Red+Green+Blue) = 25+81+207=313 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.99% from 313); Green value is 81 (32.03% from 255 or 25.88% from 313); Blue value is 207 (81.25% from 255 or 66.13% from 313); Max value from RGB is 207 - color contains mainly: blue. Hex color #1951CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1951CF is #E6AE30. Grayscale: #4E4E4E. Windows color (decimal): -15117873 or 13586713. OLE color: 13586713.

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

Color convert

RGB 25 81 207 -
CMYK 0.88 0.61 0 0.19
HSL 221.54º 0.78% 0.45% -
HSV(B) 221.54º 0.88% 0.81% -
XYZ 14.61 10.6 60.31 -
YUV 78.62 200.45 89.75 -
System Red Green Blue C M Y K H S L
Decimal 25 81 207 0.88 0.61 0 0.19 221.54 0.78 0.45
Hex 19 51 CF 58 3D 0 13 DE 4E 2D
Octal 31 121 317 130 75 0 23 336 116 55
Binary 11001 1010001 11001111 1011000 111101 0 10011 11011110 1001110 101101

Color Harmonies of #1951CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1951CF

Black with #1951CF

Text Example


Text Example

White with #1951CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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