Html Css Color HEX #1947E1 Cerulean Blue

📋 copy color: '#1947E1'

red 25 ◦ green 71 ◦ blue 225

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

Shades of Cerulean Blue #1947E1

Tints of Cerulean Blue #1947E1

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.12%

 BLUE value IS 225 (88.28% from 255) = 70.09%

R = 7.79%
G = 22.12%
B = 70.09%

CMYK

 C value IS 0.89

 M value IS 0.68

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#1947E1 (or 0x1947E1) is known color: Cerulean Blue. HEX triplet: 19, 47 and E1. RGB value is (25,71,225). Sum of RGB (Red+Green+Blue) = 25+71+225=321 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.79% from 321); Green value is 71 (28.12% from 255 or 22.12% from 321); Blue value is 225 (88.28% from 255 or 70.09% from 321); Max value from RGB is 225 - color contains mainly: blue. Hex color #1947E1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1947E1 is #E6B81E. Grayscale: #4A4A4A. Windows color (decimal): -15120415 or 14763801. OLE color: 14763801.

HSL color Cylindrical-coordinate representation of color #1947E1: hue angle of 226.2º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1947E1 is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 25 71 225 -
CMYK 0.89 0.68 0 0.12
HSL 226.2º 0.8% 0.49% -
HSV(B) 226.2º 0.89% 0.88% -
XYZ 16.24 10.15 72.34 -
YUV 74.8 212.76 92.48 -
System Red Green Blue C M Y K H S L
Decimal 25 71 225 0.89 0.68 0 0.12 226.2 0.8 0.49
Hex 19 47 E1 59 44 0 C E2 50 31
Octal 31 107 341 131 104 0 14 342 120 61
Binary 11001 1000111 11100001 1011001 1000100 0 1100 11100010 1010000 110001

Color Harmonies of #1947E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1947E1

Black with #1947E1

Text Example


Text Example

White with #1947E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1947E1; }

 p { color: rgb(25,71,225); }

 H1.HeaderClassName
 {
   color: #1947E1;
 }
 .AnyTagClassName
 {
   color: #1947E1;
 }
</style>

background-color css

<style>
 a { background-color: #1947E1; }

 a { background-color: rgb(25,71,225); }

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

border-color css

<style>
 span { border-color: #1947E1; }

 span { border-color: rgb(25,71,225); }

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