Html Css Color HEX #149AF0 Dodger Blue

📋 copy color: '#149AF0'

red 20 ◦ green 154 ◦ blue 240

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

Shades of Dodger Blue #149AF0

Tints of Dodger Blue #149AF0

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.2%

 BLUE value IS 240 (94.14% from 255) = 57.97%

R = 4.83%
G = 37.2%
B = 57.97%

CMYK

 C value IS 0.92

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#149AF0 (or 0x149AF0) is known color: Dodger Blue. HEX triplet: 14, 9A and F0. RGB value is (20,154,240). Sum of RGB (Red+Green+Blue) = 20+154+240=414 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.83% from 414); Green value is 154 (60.55% from 255 or 37.20% from 414); Blue value is 240 (94.14% from 255 or 57.97% from 414); Max value from RGB is 240 - color contains mainly: blue. Hex color #149AF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #149AF0 is #EB650F. Grayscale: #7B7B7B. Windows color (decimal): -15426832 or 15768084. OLE color: 15768084.

HSL color Cylindrical-coordinate representation of color #149AF0: hue angle of 203.45º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #149AF0 is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 20 154 240 -
CMYK 0.92 0.36 0 0.06
HSL 203.45º 0.88% 0.51% -
HSV(B) 203.45º 0.92% 0.94% -
XYZ 27.57 29.55 86.69 -
YUV 123.74 193.61 54.01 -
System Red Green Blue C M Y K H S L
Decimal 20 154 240 0.92 0.36 0 0.06 203.45 0.88 0.51
Hex 14 9A F0 5C 24 0 6 CB 58 33
Octal 24 232 360 134 44 0 6 313 130 63
Binary 10100 10011010 11110000 1011100 100100 0 110 11001011 1011000 110011

Color Harmonies of #149AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149AF0

Black with #149AF0

Text Example


Text Example

White with #149AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,154,240); }

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

background-color css

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

 a { background-color: rgb(20,154,240); }

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

border-color css

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

 span { border-color: rgb(20,154,240); }

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