Html Css Color HEX #256BEA Royal Blue

📋 copy color: '#256BEA'

red 37 ◦ green 107 ◦ blue 234

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

Shades of Royal Blue #256BEA

Tints of Royal Blue #256BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 61.9%

R = 9.79%
G = 28.31%
B = 61.9%

CMYK

 C value IS 0.84

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#256BEA (or 0x256BEA) is known color: Royal Blue. HEX triplet: 25, 6B and EA. RGB value is (37,107,234). Sum of RGB (Red+Green+Blue) = 37+107+234=378 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.79% from 378); Green value is 107 (42.19% from 255 or 28.31% from 378); Blue value is 234 (91.80% from 255 or 61.90% from 378); Max value from RGB is 234 - color contains mainly: blue. Hex color #256BEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #256BEA is #DA9415. Grayscale: #636363. Windows color (decimal): -14324758 or 15362853. OLE color: 15362853.

HSL color Cylindrical-coordinate representation of color #256BEA: hue angle of 218.68º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #256BEA is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 37 107 234 -
CMYK 0.84 0.54 0 0.08
HSL 218.68º 0.82% 0.53% -
HSV(B) 218.68º 0.84% 0.92% -
XYZ 20.87 16.85 79.99 -
YUV 100.55 203.31 82.67 -
System Red Green Blue C M Y K H S L
Decimal 37 107 234 0.84 0.54 0 0.08 218.68 0.82 0.53
Hex 25 6B EA 54 36 0 8 DB 52 35
Octal 45 153 352 124 66 0 10 333 122 65
Binary 100101 1101011 11101010 1010100 110110 0 1000 11011011 1010010 110101

Color Harmonies of #256BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256BEA

Black with #256BEA

Text Example


Text Example

White with #256BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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