Html Css Color HEX #149AFB Dodger Blue

📋 copy color: '#149AFB'

red 20 ◦ green 154 ◦ blue 251

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

Shades of Dodger Blue #149AFB

Tints of Dodger Blue #149AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 59.06%

R = 4.71%
G = 36.24%
B = 59.06%

CMYK

 C value IS 0.92

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#149AFB (or 0x149AFB) is known color: Dodger Blue. HEX triplet: 14, 9A and FB. RGB value is (20,154,251). Sum of RGB (Red+Green+Blue) = 20+154+251=425 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.71% from 425); Green value is 154 (60.55% from 255 or 36.24% from 425); Blue value is 251 (98.44% from 255 or 59.06% from 425); Max value from RGB is 251 - color contains mainly: blue. Hex color #149AFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #149AFB is #EB6504. Grayscale: #7C7C7C. Windows color (decimal): -15426821 or 16488980. OLE color: 16488980.

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

Color convert

RGB 20 154 251 -
CMYK 0.92 0.39 0 0.02
HSL 205.19º 0.97% 0.53% -
HSV(B) 205.19º 0.92% 0.98% -
XYZ 29.26 30.22 95.56 -
YUV 124.99 199.11 53.11 -
System Red Green Blue C M Y K H S L
Decimal 20 154 251 0.92 0.39 0 0.02 205.19 0.97 0.53
Hex 14 9A FB 5C 27 0 2 CD 61 35
Octal 24 232 373 134 47 0 2 315 141 65
Binary 10100 10011010 11111011 1011100 100111 0 10 11001101 1100001 110101

Color Harmonies of #149AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149AFB

Black with #149AFB

Text Example


Text Example

White with #149AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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