Html Css Color HEX #256CF5 Royal Blue

📋 copy color: '#256CF5'

red 37 ◦ green 108 ◦ blue 245

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

Shades of Royal Blue #256CF5

Tints of Royal Blue #256CF5

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.69%

 BLUE value IS 245 (96.09% from 255) = 62.82%

R = 9.49%
G = 27.69%
B = 62.82%

CMYK

 C value IS 0.85

 M value IS 0.56

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#256CF5 (or 0x256CF5) is known color: Royal Blue. HEX triplet: 25, 6C and F5. RGB value is (37,108,245). Sum of RGB (Red+Green+Blue) = 37+108+245=390 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.49% from 390); Green value is 108 (42.58% from 255 or 27.69% from 390); Blue value is 245 (96.09% from 255 or 62.82% from 390); Max value from RGB is 245 - color contains mainly: blue. Hex color #256CF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #256CF5 is #DA930A. Grayscale: #656565. Windows color (decimal): -14324491 or 16084005. OLE color: 16084005.

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

Color convert

RGB 37 108 245 -
CMYK 0.85 0.56 0 0.04
HSL 219.52º 0.91% 0.55% -
HSV(B) 219.52º 0.85% 0.96% -
XYZ 22.61 17.71 88.61 -
YUV 102.39 208.48 81.36 -
System Red Green Blue C M Y K H S L
Decimal 37 108 245 0.85 0.56 0 0.04 219.52 0.91 0.55
Hex 25 6C F5 55 38 0 4 DC 5B 37
Octal 45 154 365 125 70 0 4 334 133 67
Binary 100101 1101100 11110101 1010101 111000 0 100 11011100 1011011 110111

Color Harmonies of #256CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256CF5

Black with #256CF5

Text Example


Text Example

White with #256CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,108,245); }

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

background-color css

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

 a { background-color: rgb(37,108,245); }

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

border-color css

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

 span { border-color: rgb(37,108,245); }

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