Html Css Color HEX #256CFF Dodger Blue

📋 copy color: '#256CFF'

red 37 ◦ green 108 ◦ blue 255

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

Shades of Dodger Blue #256CFF

Tints of Dodger Blue #256CFF

RGB

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

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

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

R = 9.25%
G = 27%
B = 63.75%

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

#256CFF (or 0x256CFF) is known color: Dodger Blue. HEX triplet: 25, 6C and FF. RGB value is (37,108,255). Sum of RGB (Red+Green+Blue) = 37+108+255=400 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.25% from 400); Green value is 108 (42.58% from 255 or 27% from 400); Blue value is 255 (100% from 255 or 63.75% from 400); Max value from RGB is 255 - color contains mainly: blue. Hex color #256CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #256CFF is #DA9300. Grayscale: #666666. Windows color (decimal): -14324481 or 16739365. OLE color: 16739365.

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

Color convert

RGB 37 108 255 -
CMYK 0.85 0.58 0 0
HSL 220.46º 1% 0.57% -
HSV(B) 220.46º 0.85% 1% -
XYZ 24.18 18.34 96.87 -
YUV 103.53 213.48 80.55 -
System Red Green Blue C M Y K H S L
Decimal 37 108 255 0.85 0.58 0 0 220.46 1 0.57
Hex 25 6C FF 55 3A 0 0 DC 64 39
Octal 45 154 377 125 72 0 0 334 144 71
Binary 100101 1101100 11111111 1010101 111010 0 0 11011100 1100100 111001

Color Harmonies of #256CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256CFF

Black with #256CFF

Text Example


Text Example

White with #256CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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