Html Css Color HEX #1954D5 Cerulean Blue

📋 copy color: '#1954D5'

red 25 ◦ green 84 ◦ blue 213

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

Shades of Cerulean Blue #1954D5

Tints of Cerulean Blue #1954D5

RGB

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

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

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

R = 7.76%
G = 26.09%
B = 66.15%

CMYK

 C value IS 0.88

 M value IS 0.61

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1954D5 (or 0x1954D5) is known color: Cerulean Blue. HEX triplet: 19, 54 and D5. RGB value is (25,84,213). Sum of RGB (Red+Green+Blue) = 25+84+213=322 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.76% from 322); Green value is 84 (33.20% from 255 or 26.09% from 322); Blue value is 213 (83.59% from 255 or 66.15% from 322); Max value from RGB is 213 - color contains mainly: blue. Hex color #1954D5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1954D5 is #E6AB2A. Grayscale: #505050. Windows color (decimal): -15117099 or 13980697. OLE color: 13980697.

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

Color convert

RGB 25 84 213 -
CMYK 0.88 0.61 0 0.16
HSL 221.17º 0.79% 0.47% -
HSV(B) 221.17º 0.88% 0.84% -
XYZ 15.58 11.35 64.32 -
YUV 81.07 202.45 88.01 -
System Red Green Blue C M Y K H S L
Decimal 25 84 213 0.88 0.61 0 0.16 221.17 0.79 0.47
Hex 19 54 D5 58 3D 0 10 DD 4F 2F
Octal 31 124 325 130 75 0 20 335 117 57
Binary 11001 1010100 11010101 1011000 111101 0 10000 11011101 1001111 101111

Color Harmonies of #1954D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1954D5

Black with #1954D5

Text Example


Text Example

White with #1954D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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