Html Css Color HEX #148AFF Dodger Blue

📋 copy color: '#148AFF'

red 20 ◦ green 138 ◦ blue 255

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

Shades of Dodger Blue #148AFF

Tints of Dodger Blue #148AFF

RGB

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

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

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

R = 4.84%
G = 33.41%
B = 61.74%

CMYK

 C value IS 0.92

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#148AFF (or 0x148AFF) is known color: Dodger Blue. HEX triplet: 14, 8A and FF. RGB value is (20,138,255). Sum of RGB (Red+Green+Blue) = 20+138+255=413 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.84% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 255 (100% from 255 or 61.74% from 413); Max value from RGB is 255 - color contains mainly: blue. Hex color #148AFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #148AFF is #EB7500. Grayscale: #737373. Windows color (decimal): -15430913 or 16747028. OLE color: 16747028.

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

Color convert

RGB 20 138 255 -
CMYK 0.92 0.46 0 0
HSL 209.87º 1% 0.54% -
HSV(B) 209.87º 0.92% 1% -
XYZ 27.43 25.55 98.09 -
YUV 116.06 206.41 59.49 -
System Red Green Blue C M Y K H S L
Decimal 20 138 255 0.92 0.46 0 0 209.87 1 0.54
Hex 14 8A FF 5C 2E 0 0 D2 64 36
Octal 24 212 377 134 56 0 0 322 144 66
Binary 10100 10001010 11111111 1011100 101110 0 0 11010010 1100100 110110

Color Harmonies of #148AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148AFF

Black with #148AFF

Text Example


Text Example

White with #148AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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