Html Css Color HEX #256AE8 Royal Blue

📋 copy color: '#256AE8'

red 37 ◦ green 106 ◦ blue 232

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

Shades of Royal Blue #256AE8

Tints of Royal Blue #256AE8

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.27%

 BLUE value IS 232 (91.02% from 255) = 61.87%

R = 9.87%
G = 28.27%
B = 61.87%

CMYK

 C value IS 0.84

 M value IS 0.54

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#256AE8 (or 0x256AE8) is known color: Royal Blue. HEX triplet: 25, 6A and E8. RGB value is (37,106,232). Sum of RGB (Red+Green+Blue) = 37+106+232=375 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.87% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 232 (91.02% from 255 or 61.87% from 375); Max value from RGB is 232 - color contains mainly: blue. Hex color #256AE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #256AE8 is #DA9517. Grayscale: #636363. Windows color (decimal): -14325016 or 15231525. OLE color: 15231525.

HSL color Cylindrical-coordinate representation of color #256AE8: hue angle of 218.77º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #256AE8 is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 37 106 232 -
CMYK 0.84 0.54 0 0.09
HSL 218.77º 0.81% 0.53% -
HSV(B) 218.77º 0.84% 0.91% -
XYZ 20.48 16.53 78.45 -
YUV 99.73 202.64 83.25 -
System Red Green Blue C M Y K H S L
Decimal 37 106 232 0.84 0.54 0 0.09 218.77 0.81 0.53
Hex 25 6A E8 54 36 0 9 DB 51 35
Octal 45 152 350 124 66 0 11 333 121 65
Binary 100101 1101010 11101000 1010100 110110 0 1001 11011011 1010001 110101

Color Harmonies of #256AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256AE8

Black with #256AE8

Text Example


Text Example

White with #256AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,106,232); }

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

background-color css

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

 a { background-color: rgb(37,106,232); }

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

border-color css

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

 span { border-color: rgb(37,106,232); }

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