Html Css Color HEX #1498DD Pacific Blue

📋 copy color: '#1498DD'

red 20 ◦ green 152 ◦ blue 221

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

Shades of Pacific Blue #1498DD

Tints of Pacific Blue #1498DD

RGB

 RED value IS 20 (8.2% from 255) = 5.09%

 GREEN value IS 152 (59.77% from 255) = 38.68%

 BLUE value IS 221 (86.72% from 255) = 56.23%

R = 5.09%
G = 38.68%
B = 56.23%

CMYK

 C value IS 0.91

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1498DD (or 0x1498DD) is known color: Pacific Blue. HEX triplet: 14, 98 and DD. RGB value is (20,152,221). Sum of RGB (Red+Green+Blue) = 20+152+221=393 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.09% from 393); Green value is 152 (59.77% from 255 or 38.68% from 393); Blue value is 221 (86.72% from 255 or 56.23% from 393); Max value from RGB is 221 - color contains mainly: blue. Hex color #1498DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1498DD is #EB6722. Grayscale: #777777. Windows color (decimal): -15427363 or 14522388. OLE color: 14522388.

HSL color Cylindrical-coordinate representation of color #1498DD: hue angle of 200.6º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1498DD is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 20 152 221 -
CMYK 0.91 0.31 0 0.13
HSL 200.6º 0.83% 0.47% -
HSV(B) 200.6º 0.91% 0.87% -
XYZ 24.57 27.83 72.48 -
YUV 120.4 184.77 56.39 -
System Red Green Blue C M Y K H S L
Decimal 20 152 221 0.91 0.31 0 0.13 200.6 0.83 0.47
Hex 14 98 DD 5B 1F 0 D C9 53 2F
Octal 24 230 335 133 37 0 15 311 123 57
Binary 10100 10011000 11011101 1011011 11111 0 1101 11001001 1010011 101111

Color Harmonies of #1498DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1498DD

Black with #1498DD

Text Example


Text Example

White with #1498DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1498DD; }

 p { color: rgb(20,152,221); }

 H1.HeaderClassName
 {
   color: #1498DD;
 }
 .AnyTagClassName
 {
   color: #1498DD;
 }
</style>

background-color css

<style>
 a { background-color: #1498DD; }

 a { background-color: rgb(20,152,221); }

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

border-color css

<style>
 span { border-color: #1498DD; }

 span { border-color: rgb(20,152,221); }

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