Html Css Color HEX #256BFE Dodger Blue

📋 copy color: '#256BFE'

red 37 ◦ green 107 ◦ blue 254

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

Shades of Dodger Blue #256BFE

Tints of Dodger Blue #256BFE

RGB

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

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

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

R = 9.3%
G = 26.88%
B = 63.82%

CMYK

 C value IS 0.85

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#256BFE (or 0x256BFE) is known color: Dodger Blue. HEX triplet: 25, 6B and FE. RGB value is (37,107,254). Sum of RGB (Red+Green+Blue) = 37+107+254=398 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.30% from 398); Green value is 107 (42.19% from 255 or 26.88% from 398); Blue value is 254 (99.61% from 255 or 63.82% from 398); Max value from RGB is 254 - color contains mainly: blue. Hex color #256BFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #256BFE is #DA9401. Grayscale: #666666. Windows color (decimal): -14324738 or 16673573. OLE color: 16673573.

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

Color convert

RGB 37 107 254 -
CMYK 0.85 0.58 0 0.00
HSL 220.65º 0.99% 0.57% -
HSV(B) 220.65º 0.85% 1% -
XYZ 23.91 18.06 95.99 -
YUV 102.83 213.31 81.05 -
System Red Green Blue C M Y K H S L
Decimal 37 107 254 0.85 0.58 0 0.00 220.65 0.99 0.57
Hex 25 6B FE 55 3A 0 0 DD 63 39
Octal 45 153 376 125 72 0 0 335 143 71
Binary 100101 1101011 11111110 1010101 111010 0 0 11011101 1100011 111001

Color Harmonies of #256BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256BFE

Black with #256BFE

Text Example


Text Example

White with #256BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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