Html Css Color HEX #148AED Dodger Blue

📋 copy color: '#148AED'

red 20 ◦ green 138 ◦ blue 237

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

Shades of Dodger Blue #148AED

Tints of Dodger Blue #148AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 60%

R = 5.06%
G = 34.94%
B = 60%

CMYK

 C value IS 0.92

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#148AED (or 0x148AED) is known color: Dodger Blue. HEX triplet: 14, 8A and ED. RGB value is (20,138,237). Sum of RGB (Red+Green+Blue) = 20+138+237=395 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.06% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 237 (92.97% from 255 or 60% from 395); Max value from RGB is 237 - color contains mainly: blue. Hex color #148AED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #148AED is #EB7512. Grayscale: #717171. Windows color (decimal): -15430931 or 15567380. OLE color: 15567380.

HSL color Cylindrical-coordinate representation of color #148AED: hue angle of 207.37º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #148AED is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 20 138 237 -
CMYK 0.92 0.42 0 0.07
HSL 207.37º 0.86% 0.5% -
HSV(B) 207.37º 0.92% 0.93% -
XYZ 24.66 24.44 83.54 -
YUV 114 197.41 60.95 -
System Red Green Blue C M Y K H S L
Decimal 20 138 237 0.92 0.42 0 0.07 207.37 0.86 0.5
Hex 14 8A ED 5C 2A 0 7 CF 56 32
Octal 24 212 355 134 52 0 7 317 126 62
Binary 10100 10001010 11101101 1011100 101010 0 111 11001111 1010110 110010

Color Harmonies of #148AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148AED

Black with #148AED

Text Example


Text Example

White with #148AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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