Html Css Color HEX #147BED Dodger Blue

📋 copy color: '#147BED'

red 20 ◦ green 123 ◦ blue 237

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

Shades of Dodger Blue #147BED

Tints of Dodger Blue #147BED

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.37%

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

R = 5.26%
G = 32.37%
B = 62.37%

CMYK

 C value IS 0.92

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#147BED (or 0x147BED) is known color: Dodger Blue. HEX triplet: 14, 7B and ED. RGB value is (20,123,237). Sum of RGB (Red+Green+Blue) = 20+123+237=380 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.26% from 380); Green value is 123 (48.44% from 255 or 32.37% from 380); Blue value is 237 (92.97% from 255 or 62.37% from 380); Max value from RGB is 237 - color contains mainly: blue. Hex color #147BED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #147BED is #EB8412. Grayscale: #686868. Windows color (decimal): -15434771 or 15563540. OLE color: 15563540.

HSL color Cylindrical-coordinate representation of color #147BED: hue angle of 211.52º 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 #147BED is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 20 123 237 -
CMYK 0.92 0.48 0 0.07
HSL 211.52º 0.86% 0.5% -
HSV(B) 211.52º 0.92% 0.93% -
XYZ 22.66 20.43 82.87 -
YUV 105.2 202.38 67.23 -
System Red Green Blue C M Y K H S L
Decimal 20 123 237 0.92 0.48 0 0.07 211.52 0.86 0.5
Hex 14 7B ED 5C 30 0 7 D4 56 32
Octal 24 173 355 134 60 0 7 324 126 62
Binary 10100 1111011 11101101 1011100 110000 0 111 11010100 1010110 110010

Color Harmonies of #147BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147BED

Black with #147BED

Text Example


Text Example

White with #147BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147BED; }

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

 H1.HeaderClassName
 {
   color: #147BED;
 }
 .AnyTagClassName
 {
   color: #147BED;
 }
</style>

background-color css

<style>
 a { background-color: #147BED; }

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

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

border-color css

<style>
 span { border-color: #147BED; }

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

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