Html Css Color HEX #256EFE Dodger Blue

📋 copy color: '#256EFE'

red 37 ◦ green 110 ◦ blue 254

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

Shades of Dodger Blue #256EFE

Tints of Dodger Blue #256EFE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.43%

 BLUE value IS 254 (99.61% from 255) = 63.34%

R = 9.23%
G = 27.43%
B = 63.34%

CMYK

 C value IS 0.85

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#256EFE (or 0x256EFE) is known color: Dodger Blue. HEX triplet: 25, 6E and FE. RGB value is (37,110,254). Sum of RGB (Red+Green+Blue) = 37+110+254=401 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.23% from 401); Green value is 110 (43.36% from 255 or 27.43% from 401); Blue value is 254 (99.61% from 255 or 63.34% from 401); Max value from RGB is 254 - color contains mainly: blue. Hex color #256EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #256EFE is #DA9101. Grayscale: #676767. Windows color (decimal): -14323970 or 16674341. OLE color: 16674341.

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

Color convert

RGB 37 110 254 -
CMYK 0.85 0.57 0 0.00
HSL 219.82º 0.99% 0.57% -
HSV(B) 219.82º 0.85% 1% -
XYZ 24.23 18.7 96.1 -
YUV 104.59 212.32 79.79 -
System Red Green Blue C M Y K H S L
Decimal 37 110 254 0.85 0.57 0 0.00 219.82 0.99 0.57
Hex 25 6E FE 55 39 0 0 DC 63 39
Octal 45 156 376 125 71 0 0 334 143 71
Binary 100101 1101110 11111110 1010101 111001 0 0 11011100 1100011 111001

Color Harmonies of #256EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256EFE

Black with #256EFE

Text Example


Text Example

White with #256EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,110,254); }

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

background-color css

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

 a { background-color: rgb(37,110,254); }

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

border-color css

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

 span { border-color: rgb(37,110,254); }

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