Html Css Color HEX #126BFD Dodger Blue

📋 copy color: '#126BFD'

red 18 ◦ green 107 ◦ blue 253

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

Shades of Dodger Blue #126BFD

Tints of Dodger Blue #126BFD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.31%

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

R = 4.76%
G = 28.31%
B = 66.93%

CMYK

 C value IS 0.93

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#126BFD (or 0x126BFD) is known color: Dodger Blue. HEX triplet: 12, 6B and FD. RGB value is (18,107,253). Sum of RGB (Red+Green+Blue) = 18+107+253=378 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.76% from 378); Green value is 107 (42.19% from 255 or 28.31% from 378); Blue value is 253 (99.22% from 255 or 66.93% from 378); Max value from RGB is 253 - color contains mainly: blue. Hex color #126BFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #126BFD is #ED9402. Grayscale: #606060. Windows color (decimal): -15569923 or 16608018. OLE color: 16608018.

HSL color Cylindrical-coordinate representation of color #126BFD: hue angle of 217.28º 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 #126BFD is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 18 107 253 -
CMYK 0.93 0.58 0 0.01
HSL 217.28º 0.98% 0.53% -
HSV(B) 217.28º 0.93% 0.99% -
XYZ 23.24 17.74 95.13 -
YUV 97.03 216.01 71.63 -
System Red Green Blue C M Y K H S L
Decimal 18 107 253 0.93 0.58 0 0.01 217.28 0.98 0.53
Hex 12 6B FD 5D 3A 0 1 D9 62 35
Octal 22 153 375 135 72 0 1 331 142 65
Binary 10010 1101011 11111101 1011101 111010 0 1 11011001 1100010 110101

Color Harmonies of #126BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126BFD

Black with #126BFD

Text Example


Text Example

White with #126BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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