Html Css Color HEX #1948DA Cerulean Blue

📋 copy color: '#1948DA'

red 25 ◦ green 72 ◦ blue 218

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

Shades of Cerulean Blue #1948DA

Tints of Cerulean Blue #1948DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 69.21%

R = 7.94%
G = 22.86%
B = 69.21%

CMYK

 C value IS 0.89

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1948DA (or 0x1948DA) is known color: Cerulean Blue. HEX triplet: 19, 48 and DA. RGB value is (25,72,218). Sum of RGB (Red+Green+Blue) = 25+72+218=315 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.94% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 218 (85.55% from 255 or 69.21% from 315); Max value from RGB is 218 - color contains mainly: blue. Hex color #1948DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1948DA is #E6B725. Grayscale: #494949. Windows color (decimal): -15120166 or 14305305. OLE color: 14305305.

HSL color Cylindrical-coordinate representation of color #1948DA: hue angle of 225.39º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1948DA is Cyan = 0.89, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 25 72 218 -
CMYK 0.89 0.67 0 0.15
HSL 225.39º 0.79% 0.48% -
HSV(B) 225.39º 0.89% 0.85% -
XYZ 15.37 9.9 67.43 -
YUV 74.59 208.93 92.63 -
System Red Green Blue C M Y K H S L
Decimal 25 72 218 0.89 0.67 0 0.15 225.39 0.79 0.48
Hex 19 48 DA 59 43 0 F E1 4F 30
Octal 31 110 332 131 103 0 17 341 117 60
Binary 11001 1001000 11011010 1011001 1000011 0 1111 11100001 1001111 110000

Color Harmonies of #1948DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1948DA

Black with #1948DA

Text Example


Text Example

White with #1948DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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