Html Css Color HEX #256BFB Royal Blue

📋 copy color: '#256BFB'

red 37 ◦ green 107 ◦ blue 251

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

Shades of Royal Blue #256BFB

Tints of Royal Blue #256BFB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.09%

 BLUE value IS 251 (98.44% from 255) = 63.54%

R = 9.37%
G = 27.09%
B = 63.54%

CMYK

 C value IS 0.85

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#256BFB (or 0x256BFB) is known color: Royal Blue. HEX triplet: 25, 6B and FB. RGB value is (37,107,251). Sum of RGB (Red+Green+Blue) = 37+107+251=395 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.37% from 395); Green value is 107 (42.19% from 255 or 27.09% from 395); Blue value is 251 (98.44% from 255 or 63.54% from 395); Max value from RGB is 251 - color contains mainly: blue. Hex color #256BFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #256BFB is #DA9404. Grayscale: #656565. Windows color (decimal): -14324741 or 16476965. OLE color: 16476965.

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

Color convert

RGB 37 107 251 -
CMYK 0.85 0.57 0 0.02
HSL 220.37º 0.96% 0.56% -
HSV(B) 220.37º 0.85% 0.98% -
XYZ 23.43 17.87 93.48 -
YUV 102.49 211.81 81.29 -
System Red Green Blue C M Y K H S L
Decimal 37 107 251 0.85 0.57 0 0.02 220.37 0.96 0.56
Hex 25 6B FB 55 39 0 2 DC 60 38
Octal 45 153 373 125 71 0 2 334 140 70
Binary 100101 1101011 11111011 1010101 111001 0 10 11011100 1100000 111000

Color Harmonies of #256BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256BFB

Black with #256BFB

Text Example


Text Example

White with #256BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,107,251); }

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

background-color css

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

 a { background-color: rgb(37,107,251); }

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

border-color css

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

 span { border-color: rgb(37,107,251); }

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