Html Css Color HEX #1951E6 Cerulean Blue

📋 copy color: '#1951E6'

red 25 ◦ green 81 ◦ blue 230

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

Shades of Cerulean Blue #1951E6

Tints of Cerulean Blue #1951E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 68.45%

R = 7.44%
G = 24.11%
B = 68.45%

CMYK

 C value IS 0.89

 M value IS 0.65

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#1951E6 (or 0x1951E6) is known color: Cerulean Blue. HEX triplet: 19, 51 and E6. RGB value is (25,81,230). Sum of RGB (Red+Green+Blue) = 25+81+230=336 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.44% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 230 (90.23% from 255 or 68.45% from 336); Max value from RGB is 230 - color contains mainly: blue. Hex color #1951E6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1951E6 is #E6AE19. Grayscale: #505050. Windows color (decimal): -15117850 or 15094041. OLE color: 15094041.

HSL color Cylindrical-coordinate representation of color #1951E6: hue angle of 223.61º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1951E6 is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 25 81 230 -
CMYK 0.89 0.65 0 0.10
HSL 223.61º 0.8% 0.5% -
HSV(B) 223.61º 0.89% 0.9% -
XYZ 17.63 11.8 76.21 -
YUV 81.24 211.95 87.88 -
System Red Green Blue C M Y K H S L
Decimal 25 81 230 0.89 0.65 0 0.10 223.61 0.8 0.5
Hex 19 51 E6 59 41 0 A E0 50 32
Octal 31 121 346 131 101 0 12 340 120 62
Binary 11001 1010001 11100110 1011001 1000001 0 1010 11100000 1010000 110010

Color Harmonies of #1951E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1951E6

Black with #1951E6

Text Example


Text Example

White with #1951E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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