Html Css Color HEX #256CFE Dodger Blue

📋 copy color: '#256CFE'

red 37 ◦ green 108 ◦ blue 254

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

Shades of Dodger Blue #256CFE

Tints of Dodger Blue #256CFE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.07%

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

R = 9.27%
G = 27.07%
B = 63.66%

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

#256CFE (or 0x256CFE) is known color: Dodger Blue. HEX triplet: 25, 6C and FE. RGB value is (37,108,254). Sum of RGB (Red+Green+Blue) = 37+108+254=399 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.27% from 399); Green value is 108 (42.58% from 255 or 27.07% from 399); Blue value is 254 (99.61% from 255 or 63.66% from 399); Max value from RGB is 254 - color contains mainly: blue. Hex color #256CFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #256CFE is #DA9301. Grayscale: #666666. Windows color (decimal): -14324482 or 16673829. OLE color: 16673829.

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

Color convert

RGB 37 108 254 -
CMYK 0.85 0.57 0 0.00
HSL 220.37º 0.99% 0.57% -
HSV(B) 220.37º 0.85% 1% -
XYZ 24.01 18.27 96.03 -
YUV 103.42 212.98 80.63 -
System Red Green Blue C M Y K H S L
Decimal 37 108 254 0.85 0.57 0 0.00 220.37 0.99 0.57
Hex 25 6C FE 55 39 0 0 DC 63 39
Octal 45 154 376 125 71 0 0 334 143 71
Binary 100101 1101100 11111110 1010101 111001 0 0 11011100 1100011 111001

Color Harmonies of #256CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256CFE

Black with #256CFE

Text Example


Text Example

White with #256CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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