Html Css Color HEX #1948D5 Cerulean Blue

📋 copy color: '#1948D5'

red 25 ◦ green 72 ◦ blue 213

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

Shades of Cerulean Blue #1948D5

Tints of Cerulean Blue #1948D5

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.23%

 BLUE value IS 213 (83.59% from 255) = 68.71%

R = 8.06%
G = 23.23%
B = 68.71%

CMYK

 C value IS 0.88

 M value IS 0.66

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1948D5 (or 0x1948D5) is known color: Cerulean Blue. HEX triplet: 19, 48 and D5. RGB value is (25,72,213). Sum of RGB (Red+Green+Blue) = 25+72+213=310 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.06% from 310); Green value is 72 (28.52% from 255 or 23.23% from 310); Blue value is 213 (83.59% from 255 or 68.71% from 310); Max value from RGB is 213 - color contains mainly: blue. Hex color #1948D5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1948D5 is #E6B72A. Grayscale: #494949. Windows color (decimal): -15120171 or 13977625. OLE color: 13977625.

HSL color Cylindrical-coordinate representation of color #1948D5: hue angle of 225º 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 #1948D5 is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 25 72 213 -
CMYK 0.88 0.66 0 0.16
HSL 225º 0.79% 0.47% -
HSV(B) 225º 0.88% 0.84% -
XYZ 14.73 9.65 64.04 -
YUV 74.02 206.43 93.04 -
System Red Green Blue C M Y K H S L
Decimal 25 72 213 0.88 0.66 0 0.16 225 0.79 0.47
Hex 19 48 D5 58 42 0 10 E1 4F 2F
Octal 31 110 325 130 102 0 20 341 117 57
Binary 11001 1001000 11010101 1011000 1000010 0 10000 11100001 1001111 101111

Color Harmonies of #1948D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1948D5

Black with #1948D5

Text Example


Text Example

White with #1948D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1948D5; }

 p { color: rgb(25,72,213); }

 H1.HeaderClassName
 {
   color: #1948D5;
 }
 .AnyTagClassName
 {
   color: #1948D5;
 }
</style>

background-color css

<style>
 a { background-color: #1948D5; }

 a { background-color: rgb(25,72,213); }

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

border-color css

<style>
 span { border-color: #1948D5; }

 span { border-color: rgb(25,72,213); }

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