Html Css Color HEX #1954DA Cerulean Blue

📋 copy color: '#1954DA'

red 25 ◦ green 84 ◦ blue 218

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

Shades of Cerulean Blue #1954DA

Tints of Cerulean Blue #1954DA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.69%

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

R = 7.65%
G = 25.69%
B = 66.67%

CMYK

 C value IS 0.89

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1954DA (or 0x1954DA) is known color: Cerulean Blue. HEX triplet: 19, 54 and DA. RGB value is (25,84,218). Sum of RGB (Red+Green+Blue) = 25+84+218=327 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.65% from 327); Green value is 84 (33.20% from 255 or 25.69% from 327); Blue value is 218 (85.55% from 255 or 66.67% from 327); Max value from RGB is 218 - color contains mainly: blue. Hex color #1954DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1954DA is #E6AB25. Grayscale: #515151. Windows color (decimal): -15117094 or 14308377. OLE color: 14308377.

HSL color Cylindrical-coordinate representation of color #1954DA: hue angle of 221.66º 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 #1954DA is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 25 84 218 -
CMYK 0.89 0.61 0 0.15
HSL 221.66º 0.79% 0.48% -
HSV(B) 221.66º 0.89% 0.85% -
XYZ 16.23 11.61 67.72 -
YUV 81.64 204.95 87.6 -
System Red Green Blue C M Y K H S L
Decimal 25 84 218 0.89 0.61 0 0.15 221.66 0.79 0.48
Hex 19 54 DA 59 3D 0 F DE 4F 30
Octal 31 124 332 131 75 0 17 336 117 60
Binary 11001 1010100 11011010 1011001 111101 0 1111 11011110 1001111 110000

Color Harmonies of #1954DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1954DA

Black with #1954DA

Text Example


Text Example

White with #1954DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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