Html Css Color HEX #256AFA Royal Blue

📋 copy color: '#256AFA'

red 37 ◦ green 106 ◦ blue 250

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

Shades of Royal Blue #256AFA

Tints of Royal Blue #256AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 63.61%

R = 9.41%
G = 26.97%
B = 63.61%

CMYK

 C value IS 0.85

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#256AFA (or 0x256AFA) is known color: Royal Blue. HEX triplet: 25, 6A and FA. RGB value is (37,106,250). Sum of RGB (Red+Green+Blue) = 37+106+250=393 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.41% from 393); Green value is 106 (41.80% from 255 or 26.97% from 393); Blue value is 250 (98.05% from 255 or 63.61% from 393); Max value from RGB is 250 - color contains mainly: blue. Hex color #256AFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #256AFA is #DA9505. Grayscale: #656565. Windows color (decimal): -14324998 or 16411173. OLE color: 16411173.

HSL color Cylindrical-coordinate representation of color #256AFA: hue angle of 220.56º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #256AFA is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 37 106 250 -
CMYK 0.85 0.58 0 0.02
HSL 220.56º 0.96% 0.56% -
HSV(B) 220.56º 0.85% 0.98% -
XYZ 23.17 17.6 92.62 -
YUV 101.79 211.64 81.79 -
System Red Green Blue C M Y K H S L
Decimal 37 106 250 0.85 0.58 0 0.02 220.56 0.96 0.56
Hex 25 6A FA 55 3A 0 2 DD 60 38
Octal 45 152 372 125 72 0 2 335 140 70
Binary 100101 1101010 11111010 1010101 111010 0 10 11011101 1100000 111000

Color Harmonies of #256AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256AFA

Black with #256AFA

Text Example


Text Example

White with #256AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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