Html Css Color HEX #256FE7 Royal Blue

📋 copy color: '#256FE7'

red 37 ◦ green 111 ◦ blue 231

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

Shades of Royal Blue #256FE7

Tints of Royal Blue #256FE7

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.29%

 BLUE value IS 231 (90.63% from 255) = 60.95%

R = 9.76%
G = 29.29%
B = 60.95%

CMYK

 C value IS 0.84

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#256FE7 (or 0x256FE7) is known color: Royal Blue. HEX triplet: 25, 6F and E7. RGB value is (37,111,231). Sum of RGB (Red+Green+Blue) = 37+111+231=379 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.76% from 379); Green value is 111 (43.75% from 255 or 29.29% from 379); Blue value is 231 (90.62% from 255 or 60.95% from 379); Max value from RGB is 231 - color contains mainly: blue. Hex color #256FE7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #256FE7 is #DA9018. Grayscale: #656565. Windows color (decimal): -14323737 or 15167269. OLE color: 15167269.

HSL color Cylindrical-coordinate representation of color #256FE7: hue angle of 217.11º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #256FE7 is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 37 111 231 -
CMYK 0.84 0.52 0 0.09
HSL 217.11º 0.8% 0.53% -
HSV(B) 217.11º 0.84% 0.91% -
XYZ 20.87 17.53 77.89 -
YUV 102.55 200.48 81.24 -
System Red Green Blue C M Y K H S L
Decimal 37 111 231 0.84 0.52 0 0.09 217.11 0.8 0.53
Hex 25 6F E7 54 34 0 9 D9 50 35
Octal 45 157 347 124 64 0 11 331 120 65
Binary 100101 1101111 11100111 1010100 110100 0 1001 11011001 1010000 110101

Color Harmonies of #256FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256FE7

Black with #256FE7

Text Example


Text Example

White with #256FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,111,231); }

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

background-color css

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

 a { background-color: rgb(37,111,231); }

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

border-color css

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

 span { border-color: rgb(37,111,231); }

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