Html Css Color HEX #256BFF Dodger Blue

📋 copy color: '#256BFF'

red 37 ◦ green 107 ◦ blue 255

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

Shades of Dodger Blue #256BFF

Tints of Dodger Blue #256BFF

RGB

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

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

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

R = 9.27%
G = 26.82%
B = 63.91%

CMYK

 C value IS 0.85

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#256BFF (or 0x256BFF) is known color: Dodger Blue. HEX triplet: 25, 6B and FF. RGB value is (37,107,255). Sum of RGB (Red+Green+Blue) = 37+107+255=399 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.27% from 399); Green value is 107 (42.19% from 255 or 26.82% from 399); Blue value is 255 (100% from 255 or 63.91% from 399); Max value from RGB is 255 - color contains mainly: blue. Hex color #256BFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #256BFF is #DA9400. Grayscale: #666666. Windows color (decimal): -14324737 or 16739109. OLE color: 16739109.

HSL color Cylindrical-coordinate representation of color #256BFF: hue angle of 220.73º 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 #256BFF is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 37 107 255 -
CMYK 0.85 0.58 0 0
HSL 220.73º 1% 0.57% -
HSV(B) 220.73º 0.85% 1% -
XYZ 24.07 18.13 96.84 -
YUV 102.94 213.81 80.97 -
System Red Green Blue C M Y K H S L
Decimal 37 107 255 0.85 0.58 0 0 220.73 1 0.57
Hex 25 6B FF 55 3A 0 0 DD 64 39
Octal 45 153 377 125 72 0 0 335 144 71
Binary 100101 1101011 11111111 1010101 111010 0 0 11011101 1100100 111001

Color Harmonies of #256BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256BFF

Black with #256BFF

Text Example


Text Example

White with #256BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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