Html Css Color HEX #256AFF Royal Blue

📋 copy color: '#256AFF'

red 37 ◦ green 106 ◦ blue 255

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

Shades of Royal Blue #256AFF

Tints of Royal Blue #256AFF

RGB

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

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

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

R = 9.3%
G = 26.63%
B = 64.07%

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

#256AFF (or 0x256AFF) is known color: Royal Blue. HEX triplet: 25, 6A and FF. RGB value is (37,106,255). Sum of RGB (Red+Green+Blue) = 37+106+255=398 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.30% from 398); Green value is 106 (41.80% from 255 or 26.63% from 398); Blue value is 255 (100% from 255 or 64.07% from 398); Max value from RGB is 255 - color contains mainly: blue. Hex color #256AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #256AFF is #DA9500. Grayscale: #656565. Windows color (decimal): -14324993 or 16738853. OLE color: 16738853.

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

Color convert

RGB 37 106 255 -
CMYK 0.85 0.58 0 0
HSL 221.01º 1% 0.57% -
HSV(B) 221.01º 0.85% 1% -
XYZ 23.97 17.92 96.8 -
YUV 102.36 214.14 81.38 -
System Red Green Blue C M Y K H S L
Decimal 37 106 255 0.85 0.58 0 0 221.01 1 0.57
Hex 25 6A FF 55 3A 0 0 DD 64 39
Octal 45 152 377 125 72 0 0 335 144 71
Binary 100101 1101010 11111111 1010101 111010 0 0 11011101 1100100 111001

Color Harmonies of #256AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256AFF

Black with #256AFF

Text Example


Text Example

White with #256AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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