Html Css Color HEX #149CFF Dodger Blue

📋 copy color: '#149CFF'

red 20 ◦ green 156 ◦ blue 255

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

Shades of Dodger Blue #149CFF

Tints of Dodger Blue #149CFF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.19%

 BLUE value IS 255 (100% from 255) = 59.16%

R = 4.64%
G = 36.19%
B = 59.16%

CMYK

 C value IS 0.92

 M value IS 0.39

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#149CFF (or 0x149CFF) is known color: Dodger Blue. HEX triplet: 14, 9C and FF. RGB value is (20,156,255). Sum of RGB (Red+Green+Blue) = 20+156+255=431 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.64% from 431); Green value is 156 (61.33% from 255 or 36.19% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #149CFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #149CFF is #EB6300. Grayscale: #7E7E7E. Windows color (decimal): -15426305 or 16751636. OLE color: 16751636.

HSL color Cylindrical-coordinate representation of color #149CFF: hue angle of 205.28º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #149CFF is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 20 156 255 -
CMYK 0.92 0.39 0 0
HSL 205.28º 1% 0.54% -
HSV(B) 205.28º 0.92% 1% -
XYZ 30.23 31.15 99.03 -
YUV 126.62 200.44 51.95 -
System Red Green Blue C M Y K H S L
Decimal 20 156 255 0.92 0.39 0 0 205.28 1 0.54
Hex 14 9C FF 5C 27 0 0 CD 64 36
Octal 24 234 377 134 47 0 0 315 144 66
Binary 10100 10011100 11111111 1011100 100111 0 0 11001101 1100100 110110

Color Harmonies of #149CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149CFF

Black with #149CFF

Text Example


Text Example

White with #149CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149CFF; }

 p { color: rgb(20,156,255); }

 H1.HeaderClassName
 {
   color: #149CFF;
 }
 .AnyTagClassName
 {
   color: #149CFF;
 }
</style>

background-color css

<style>
 a { background-color: #149CFF; }

 a { background-color: rgb(20,156,255); }

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

border-color css

<style>
 span { border-color: #149CFF; }

 span { border-color: rgb(20,156,255); }

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