Html Css Color HEX #127FFB Dodger Blue

📋 copy color: '#127FFB'

red 18 ◦ green 127 ◦ blue 251

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

Shades of Dodger Blue #127FFB

Tints of Dodger Blue #127FFB

RGB

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

 GREEN value IS 127 (50% from 255) = 32.07%

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

R = 4.55%
G = 32.07%
B = 63.38%

CMYK

 C value IS 0.93

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#127FFB (or 0x127FFB) is known color: Dodger Blue. HEX triplet: 12, 7F and FB. RGB value is (18,127,251). Sum of RGB (Red+Green+Blue) = 18+127+251=396 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.55% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 251 (98.44% from 255 or 63.38% from 396); Max value from RGB is 251 - color contains mainly: blue. Hex color #127FFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #127FFB is #ED8004. Grayscale: #6B6B6B. Windows color (decimal): -15564805 or 16482066. OLE color: 16482066.

HSL color Cylindrical-coordinate representation of color #127FFB: hue angle of 211.93º 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 #127FFB is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 127 251 -
CMYK 0.93 0.49 0 0.02
HSL 211.93º 0.97% 0.53% -
HSV(B) 211.93º 0.93% 0.98% -
XYZ 25.25 22.27 94.23 -
YUV 108.55 208.39 63.42 -
System Red Green Blue C M Y K H S L
Decimal 18 127 251 0.93 0.49 0 0.02 211.93 0.97 0.53
Hex 12 7F FB 5D 31 0 2 D4 61 35
Octal 22 177 373 135 61 0 2 324 141 65
Binary 10010 1111111 11111011 1011101 110001 0 10 11010100 1100001 110101

Color Harmonies of #127FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127FFB

Black with #127FFB

Text Example


Text Example

White with #127FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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