Html Css Color HEX #127AFB Dodger Blue

📋 copy color: '#127AFB'

red 18 ◦ green 122 ◦ blue 251

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

Shades of Dodger Blue #127AFB

Tints of Dodger Blue #127AFB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.2%

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

R = 4.6%
G = 31.2%
B = 64.19%

CMYK

 C value IS 0.93

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#127AFB (or 0x127AFB) is known color: Dodger Blue. HEX triplet: 12, 7A and FB. RGB value is (18,122,251). Sum of RGB (Red+Green+Blue) = 18+122+251=391 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.60% from 391); Green value is 122 (48.05% from 255 or 31.20% from 391); Blue value is 251 (98.44% from 255 or 64.19% from 391); Max value from RGB is 251 - color contains mainly: blue. Hex color #127AFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #127AFB is #ED8504. Grayscale: #686868. Windows color (decimal): -15566085 or 16480786. OLE color: 16480786.

HSL color Cylindrical-coordinate representation of color #127AFB: hue angle of 213.22º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #127AFB is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 122 251 -
CMYK 0.93 0.51 0 0.02
HSL 213.22º 0.97% 0.53% -
HSV(B) 213.22º 0.93% 0.98% -
XYZ 24.62 21.01 94.02 -
YUV 105.61 210.04 65.51 -
System Red Green Blue C M Y K H S L
Decimal 18 122 251 0.93 0.51 0 0.02 213.22 0.97 0.53
Hex 12 7A FB 5D 33 0 2 D5 61 35
Octal 22 172 373 135 63 0 2 325 141 65
Binary 10010 1111010 11111011 1011101 110011 0 10 11010101 1100001 110101

Color Harmonies of #127AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127AFB

Black with #127AFB

Text Example


Text Example

White with #127AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,122,251); }

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

background-color css

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

 a { background-color: rgb(18,122,251); }

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

border-color css

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

 span { border-color: rgb(18,122,251); }

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