Html Css Color HEX #256FD8 Royal Blue

📋 copy color: '#256FD8'

red 37 ◦ green 111 ◦ blue 216

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

Shades of Royal Blue #256FD8

Tints of Royal Blue #256FD8

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.49%

 BLUE value IS 216 (84.77% from 255) = 59.34%

R = 10.16%
G = 30.49%
B = 59.34%

CMYK

 C value IS 0.83

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#256FD8 (or 0x256FD8) is known color: Royal Blue. HEX triplet: 25, 6F and D8. RGB value is (37,111,216). Sum of RGB (Red+Green+Blue) = 37+111+216=364 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.16% from 364); Green value is 111 (43.75% from 255 or 30.49% from 364); Blue value is 216 (84.77% from 255 or 59.34% from 364); Max value from RGB is 216 - color contains mainly: blue. Hex color #256FD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #256FD8 is #DA9027. Grayscale: #646464. Windows color (decimal): -14323752 or 14184229. OLE color: 14184229.

HSL color Cylindrical-coordinate representation of color #256FD8: hue angle of 215.2º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #256FD8 is Cyan = 0.83, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 37 111 216 -
CMYK 0.83 0.49 0 0.15
HSL 215.2º 0.71% 0.5% -
HSV(B) 215.2º 0.83% 0.85% -
XYZ 18.84 16.72 67.2 -
YUV 100.84 192.98 82.46 -
System Red Green Blue C M Y K H S L
Decimal 37 111 216 0.83 0.49 0 0.15 215.2 0.71 0.5
Hex 25 6F D8 53 31 0 F D7 47 32
Octal 45 157 330 123 61 0 17 327 107 62
Binary 100101 1101111 11011000 1010011 110001 0 1111 11010111 1000111 110010

Color Harmonies of #256FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256FD8

Black with #256FD8

Text Example


Text Example

White with #256FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,111,216); }

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

background-color css

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

 a { background-color: rgb(37,111,216); }

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

border-color css

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

 span { border-color: rgb(37,111,216); }

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