Html Css Color HEX #256FFD Dodger Blue

📋 copy color: '#256FFD'

red 37 ◦ green 111 ◦ blue 253

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

Shades of Dodger Blue #256FFD

Tints of Dodger Blue #256FFD

RGB

 RED value IS 37 (14.84% from 255) = 9.23%

 GREEN value IS 111 (43.75% from 255) = 27.68%

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

R = 9.23%
G = 27.68%
B = 63.09%

CMYK

 C value IS 0.85

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#256FFD (or 0x256FFD) is known color: Dodger Blue. HEX triplet: 25, 6F and FD. RGB value is (37,111,253). Sum of RGB (Red+Green+Blue) = 37+111+253=401 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.23% from 401); Green value is 111 (43.75% from 255 or 27.68% from 401); Blue value is 253 (99.22% from 255 or 63.09% from 401); Max value from RGB is 253 - color contains mainly: blue. Hex color #256FFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #256FFD is #DA9002. Grayscale: #686868. Windows color (decimal): -14323715 or 16609061. OLE color: 16609061.

HSL color Cylindrical-coordinate representation of color #256FFD: hue angle of 219.44º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #256FFD is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 37 111 253 -
CMYK 0.85 0.56 0 0.01
HSL 219.44º 0.98% 0.57% -
HSV(B) 219.44º 0.85% 0.99% -
XYZ 24.18 18.85 95.29 -
YUV 105.06 211.48 79.45 -
System Red Green Blue C M Y K H S L
Decimal 37 111 253 0.85 0.56 0 0.01 219.44 0.98 0.57
Hex 25 6F FD 55 38 0 1 DB 62 39
Octal 45 157 375 125 70 0 1 333 142 71
Binary 100101 1101111 11111101 1010101 111000 0 1 11011011 1100010 111001

Color Harmonies of #256FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256FFD

Black with #256FFD

Text Example


Text Example

White with #256FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256FFD; }

 p { color: rgb(37,111,253); }

 H1.HeaderClassName
 {
   color: #256FFD;
 }
 .AnyTagClassName
 {
   color: #256FFD;
 }
</style>

background-color css

<style>
 a { background-color: #256FFD; }

 a { background-color: rgb(37,111,253); }

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

border-color css

<style>
 span { border-color: #256FFD; }

 span { border-color: rgb(37,111,253); }

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