Html Css Color HEX #127BED Dodger Blue

📋 copy color: '#127BED'

red 18 ◦ green 123 ◦ blue 237

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

Shades of Dodger Blue #127BED

Tints of Dodger Blue #127BED

RGB

 RED value IS 18 (7.42% from 255) = 4.76%

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

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

R = 4.76%
G = 32.54%
B = 62.7%

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

#127BED (or 0x127BED) is known color: Dodger Blue. HEX triplet: 12, 7B and ED. RGB value is (18,123,237). Sum of RGB (Red+Green+Blue) = 18+123+237=378 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.76% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 237 (92.97% from 255 or 62.70% from 378); Max value from RGB is 237 - color contains mainly: blue. Hex color #127BED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #127BED is #ED8412. Grayscale: #686868. Windows color (decimal): -15565843 or 15563538. OLE color: 15563538.

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

Color convert

RGB 18 123 237 -
CMYK 0.92 0.48 0 0.07
HSL 211.23º 0.86% 0.5% -
HSV(B) 211.23º 0.92% 0.93% -
XYZ 22.62 20.41 82.87 -
YUV 104.6 202.71 66.23 -
System Red Green Blue C M Y K H S L
Decimal 18 123 237 0.92 0.48 0 0.07 211.23 0.86 0.5
Hex 12 7B ED 5C 30 0 7 D3 56 32
Octal 22 173 355 134 60 0 7 323 126 62
Binary 10010 1111011 11101101 1011100 110000 0 111 11010011 1010110 110010

Color Harmonies of #127BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127BED

Black with #127BED

Text Example


Text Example

White with #127BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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