Html Css Color HEX #148AFB Dodger Blue

📋 copy color: '#148AFB'

red 20 ◦ green 138 ◦ blue 251

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

Shades of Dodger Blue #148AFB

Tints of Dodger Blue #148AFB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.74%

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

R = 4.89%
G = 33.74%
B = 61.37%

CMYK

 C value IS 0.92

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#148AFB (or 0x148AFB) is known color: Dodger Blue. HEX triplet: 14, 8A and FB. RGB value is (20,138,251). Sum of RGB (Red+Green+Blue) = 20+138+251=409 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.89% from 409); Green value is 138 (54.30% from 255 or 33.74% from 409); Blue value is 251 (98.44% from 255 or 61.37% from 409); Max value from RGB is 251 - color contains mainly: blue. Hex color #148AFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #148AFB is #EB7504. Grayscale: #737373. Windows color (decimal): -15430917 or 16484884. OLE color: 16484884.

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

Color convert

RGB 20 138 251 -
CMYK 0.92 0.45 0 0.02
HSL 209.35º 0.97% 0.53% -
HSV(B) 209.35º 0.92% 0.98% -
XYZ 26.79 25.29 94.74 -
YUV 115.6 204.41 59.81 -
System Red Green Blue C M Y K H S L
Decimal 20 138 251 0.92 0.45 0 0.02 209.35 0.97 0.53
Hex 14 8A FB 5C 2D 0 2 D1 61 35
Octal 24 212 373 134 55 0 2 321 141 65
Binary 10100 10001010 11111011 1011100 101101 0 10 11010001 1100001 110101

Color Harmonies of #148AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148AFB

Black with #148AFB

Text Example


Text Example

White with #148AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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