Html Css Color HEX #256EFF Dodger Blue

📋 copy color: '#256EFF'

red 37 ◦ green 110 ◦ blue 255

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

Shades of Dodger Blue #256EFF

Tints of Dodger Blue #256EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 63.43%

R = 9.2%
G = 27.36%
B = 63.43%

CMYK

 C value IS 0.85

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#256EFF (or 0x256EFF) is known color: Dodger Blue. HEX triplet: 25, 6E and FF. RGB value is (37,110,255). Sum of RGB (Red+Green+Blue) = 37+110+255=402 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.20% from 402); Green value is 110 (43.36% from 255 or 27.36% from 402); Blue value is 255 (100% from 255 or 63.43% from 402); Max value from RGB is 255 - color contains mainly: blue. Hex color #256EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #256EFF is #DA9100. Grayscale: #686868. Windows color (decimal): -14323969 or 16739877. OLE color: 16739877.

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

Color convert

RGB 37 110 255 -
CMYK 0.85 0.57 0 0
HSL 219.91º 1% 0.57% -
HSV(B) 219.91º 0.85% 1% -
XYZ 24.39 18.77 96.94 -
YUV 104.7 212.82 79.71 -
System Red Green Blue C M Y K H S L
Decimal 37 110 255 0.85 0.57 0 0 219.91 1 0.57
Hex 25 6E FF 55 39 0 0 DC 64 39
Octal 45 156 377 125 71 0 0 334 144 71
Binary 100101 1101110 11111111 1010101 111001 0 0 11011100 1100100 111001

Color Harmonies of #256EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256EFF

Black with #256EFF

Text Example


Text Example

White with #256EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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