Html Css Color HEX #256AFC Royal Blue

📋 copy color: '#256AFC'

red 37 ◦ green 106 ◦ blue 252

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

Shades of Royal Blue #256AFC

Tints of Royal Blue #256AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 63.8%

R = 9.37%
G = 26.84%
B = 63.8%

CMYK

 C value IS 0.85

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#256AFC (or 0x256AFC) is known color: Royal Blue. HEX triplet: 25, 6A and FC. RGB value is (37,106,252). Sum of RGB (Red+Green+Blue) = 37+106+252=395 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.37% from 395); Green value is 106 (41.80% from 255 or 26.84% from 395); Blue value is 252 (98.83% from 255 or 63.80% from 395); Max value from RGB is 252 - color contains mainly: blue. Hex color #256AFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #256AFC is #DA9503. Grayscale: #656565. Windows color (decimal): -14324996 or 16542245. OLE color: 16542245.

HSL color Cylindrical-coordinate representation of color #256AFC: hue angle of 220.74º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #256AFC is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 37 106 252 -
CMYK 0.85 0.58 0 0.01
HSL 220.74º 0.97% 0.57% -
HSV(B) 220.74º 0.85% 0.99% -
XYZ 23.49 17.73 94.28 -
YUV 102.01 212.64 81.63 -
System Red Green Blue C M Y K H S L
Decimal 37 106 252 0.85 0.58 0 0.01 220.74 0.97 0.57
Hex 25 6A FC 55 3A 0 1 DD 61 39
Octal 45 152 374 125 72 0 1 335 141 71
Binary 100101 1101010 11111100 1010101 111010 0 1 11011101 1100001 111001

Color Harmonies of #256AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256AFC

Black with #256AFC

Text Example


Text Example

White with #256AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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