Html Css Color HEX #127BFD Dodger Blue

📋 copy color: '#127BFD'

red 18 ◦ green 123 ◦ blue 253

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

Shades of Dodger Blue #127BFD

Tints of Dodger Blue #127BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 64.21%

R = 4.57%
G = 31.22%
B = 64.21%

CMYK

 C value IS 0.93

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#127BFD (or 0x127BFD) is known color: Dodger Blue. HEX triplet: 12, 7B and FD. RGB value is (18,123,253). Sum of RGB (Red+Green+Blue) = 18+123+253=394 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.57% from 394); Green value is 123 (48.44% from 255 or 31.22% from 394); Blue value is 253 (99.22% from 255 or 64.21% from 394); Max value from RGB is 253 - color contains mainly: blue. Hex color #127BFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #127BFD is #ED8402. Grayscale: #696969. Windows color (decimal): -15565827 or 16612114. OLE color: 16612114.

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

Color convert

RGB 18 123 253 -
CMYK 0.93 0.51 0 0.01
HSL 213.19º 0.98% 0.53% -
HSV(B) 213.19º 0.93% 0.99% -
XYZ 25.06 21.39 95.74 -
YUV 106.43 210.71 64.93 -
System Red Green Blue C M Y K H S L
Decimal 18 123 253 0.93 0.51 0 0.01 213.19 0.98 0.53
Hex 12 7B FD 5D 33 0 1 D5 62 35
Octal 22 173 375 135 63 0 1 325 142 65
Binary 10010 1111011 11111101 1011101 110011 0 1 11010101 1100010 110101

Color Harmonies of #127BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127BFD

Black with #127BFD

Text Example


Text Example

White with #127BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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