Html Css Color HEX #256AF2 Royal Blue

📋 copy color: '#256AF2'

red 37 ◦ green 106 ◦ blue 242

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

Shades of Royal Blue #256AF2

Tints of Royal Blue #256AF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 62.86%

R = 9.61%
G = 27.53%
B = 62.86%

CMYK

 C value IS 0.85

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#256AF2 (or 0x256AF2) is known color: Royal Blue. HEX triplet: 25, 6A and F2. RGB value is (37,106,242). Sum of RGB (Red+Green+Blue) = 37+106+242=385 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.61% from 385); Green value is 106 (41.80% from 255 or 27.53% from 385); Blue value is 242 (94.92% from 255 or 62.86% from 385); Max value from RGB is 242 - color contains mainly: blue. Hex color #256AF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #256AF2 is #DA950D. Grayscale: #646464. Windows color (decimal): -14325006 or 15886885. OLE color: 15886885.

HSL color Cylindrical-coordinate representation of color #256AF2: hue angle of 219.8º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #256AF2 is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 37 106 242 -
CMYK 0.85 0.56 0 0.05
HSL 219.8º 0.89% 0.55% -
HSV(B) 219.8º 0.85% 0.95% -
XYZ 21.94 17.11 86.15 -
YUV 100.87 207.64 82.44 -
System Red Green Blue C M Y K H S L
Decimal 37 106 242 0.85 0.56 0 0.05 219.8 0.89 0.55
Hex 25 6A F2 55 38 0 5 DC 59 37
Octal 45 152 362 125 70 0 5 334 131 67
Binary 100101 1101010 11110010 1010101 111000 0 101 11011100 1011001 110111

Color Harmonies of #256AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256AF2

Black with #256AF2

Text Example


Text Example

White with #256AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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