Html Css Color HEX #256FF8 Dodger Blue

📋 copy color: '#256FF8'

red 37 ◦ green 111 ◦ blue 248

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

Shades of Dodger Blue #256FF8

Tints of Dodger Blue #256FF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 62.63%

R = 9.34%
G = 28.03%
B = 62.63%

CMYK

 C value IS 0.85

 M value IS 0.55

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#256FF8 (or 0x256FF8) is known color: Dodger Blue. HEX triplet: 25, 6F and F8. RGB value is (37,111,248). Sum of RGB (Red+Green+Blue) = 37+111+248=396 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.34% from 396); Green value is 111 (43.75% from 255 or 28.03% from 396); Blue value is 248 (97.27% from 255 or 62.63% from 396); Max value from RGB is 248 - color contains mainly: blue. Hex color #256FF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #256FF8 is #DA9007. Grayscale: #676767. Windows color (decimal): -14323720 or 16281381. OLE color: 16281381.

HSL color Cylindrical-coordinate representation of color #256FF8: hue angle of 218.96º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #256FF8 is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 37 111 248 -
CMYK 0.85 0.55 0 0.03
HSL 218.96º 0.94% 0.56% -
HSV(B) 218.96º 0.85% 0.97% -
XYZ 23.39 18.54 91.15 -
YUV 104.49 208.98 79.86 -
System Red Green Blue C M Y K H S L
Decimal 37 111 248 0.85 0.55 0 0.03 218.96 0.94 0.56
Hex 25 6F F8 55 37 0 3 DB 5E 38
Octal 45 157 370 125 67 0 3 333 136 70
Binary 100101 1101111 11111000 1010101 110111 0 11 11011011 1011110 111000

Color Harmonies of #256FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256FF8

Black with #256FF8

Text Example


Text Example

White with #256FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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