Html Css Color HEX #149CFB Dodger Blue

📋 copy color: '#149CFB'

red 20 ◦ green 156 ◦ blue 251

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

Shades of Dodger Blue #149CFB

Tints of Dodger Blue #149CFB

RGB

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

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

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

R = 4.68%
G = 36.53%
B = 58.78%

CMYK

 C value IS 0.92

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#149CFB (or 0x149CFB) is known color: Dodger Blue. HEX triplet: 14, 9C and FB. RGB value is (20,156,251). Sum of RGB (Red+Green+Blue) = 20+156+251=427 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.68% from 427); Green value is 156 (61.33% from 255 or 36.53% from 427); Blue value is 251 (98.44% from 255 or 58.78% from 427); Max value from RGB is 251 - color contains mainly: blue. Hex color #149CFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #149CFB is #EB6304. Grayscale: #7D7D7D. Windows color (decimal): -15426309 or 16489492. OLE color: 16489492.

HSL color Cylindrical-coordinate representation of color #149CFB: hue angle of 204.68º 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 #149CFB is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 20 156 251 -
CMYK 0.92 0.38 0 0.02
HSL 204.68º 0.97% 0.53% -
HSV(B) 204.68º 0.92% 0.98% -
XYZ 29.59 30.89 95.67 -
YUV 126.17 198.44 52.28 -
System Red Green Blue C M Y K H S L
Decimal 20 156 251 0.92 0.38 0 0.02 204.68 0.97 0.53
Hex 14 9C FB 5C 26 0 2 CD 61 35
Octal 24 234 373 134 46 0 2 315 141 65
Binary 10100 10011100 11111011 1011100 100110 0 10 11001101 1100001 110101

Color Harmonies of #149CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149CFB

Black with #149CFB

Text Example


Text Example

White with #149CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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