Html Css Color HEX #256DF0 Royal Blue

📋 copy color: '#256DF0'

red 37 ◦ green 109 ◦ blue 240

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

Shades of Royal Blue #256DF0

Tints of Royal Blue #256DF0

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.24%

 BLUE value IS 240 (94.14% from 255) = 62.18%

R = 9.59%
G = 28.24%
B = 62.18%

CMYK

 C value IS 0.85

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#256DF0 (or 0x256DF0) is known color: Royal Blue. HEX triplet: 25, 6D and F0. RGB value is (37,109,240). Sum of RGB (Red+Green+Blue) = 37+109+240=386 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.59% from 386); Green value is 109 (42.97% from 255 or 28.24% from 386); Blue value is 240 (94.14% from 255 or 62.18% from 386); Max value from RGB is 240 - color contains mainly: blue. Hex color #256DF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #256DF0 is #DA920F. Grayscale: #656565. Windows color (decimal): -14324240 or 15756581. OLE color: 15756581.

HSL color Cylindrical-coordinate representation of color #256DF0: hue angle of 218.72º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #256DF0 is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 37 109 240 -
CMYK 0.85 0.55 0 0.06
HSL 218.72º 0.87% 0.54% -
HSV(B) 218.72º 0.85% 0.94% -
XYZ 21.96 17.62 84.68 -
YUV 102.41 205.65 81.35 -
System Red Green Blue C M Y K H S L
Decimal 37 109 240 0.85 0.55 0 0.06 218.72 0.87 0.54
Hex 25 6D F0 55 37 0 6 DB 57 36
Octal 45 155 360 125 67 0 6 333 127 66
Binary 100101 1101101 11110000 1010101 110111 0 110 11011011 1010111 110110

Color Harmonies of #256DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256DF0

Black with #256DF0

Text Example


Text Example

White with #256DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,109,240); }

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

background-color css

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

 a { background-color: rgb(37,109,240); }

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

border-color css

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

 span { border-color: rgb(37,109,240); }

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