Html Css Color HEX #256BED Royal Blue

📋 copy color: '#256BED'

red 37 ◦ green 107 ◦ blue 237

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

Shades of Royal Blue #256BED

Tints of Royal Blue #256BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 62.2%

R = 9.71%
G = 28.08%
B = 62.2%

CMYK

 C value IS 0.84

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#256BED (or 0x256BED) is known color: Royal Blue. HEX triplet: 25, 6B and ED. RGB value is (37,107,237). Sum of RGB (Red+Green+Blue) = 37+107+237=381 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.71% from 381); Green value is 107 (42.19% from 255 or 28.08% from 381); Blue value is 237 (92.97% from 255 or 62.20% from 381); Max value from RGB is 237 - color contains mainly: blue. Hex color #256BED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #256BED is #DA9412. Grayscale: #646464. Windows color (decimal): -14324755 or 15559461. OLE color: 15559461.

HSL color Cylindrical-coordinate representation of color #256BED: hue angle of 219º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #256BED is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 37 107 237 -
CMYK 0.84 0.55 0 0.07
HSL 219º 0.85% 0.54% -
HSV(B) 219º 0.84% 0.93% -
XYZ 21.31 17.02 82.28 -
YUV 100.89 204.81 82.43 -
System Red Green Blue C M Y K H S L
Decimal 37 107 237 0.84 0.55 0 0.07 219 0.85 0.54
Hex 25 6B ED 54 37 0 7 DB 55 36
Octal 45 153 355 124 67 0 7 333 125 66
Binary 100101 1101011 11101101 1010100 110111 0 111 11011011 1010101 110110

Color Harmonies of #256BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256BED

Black with #256BED

Text Example


Text Example

White with #256BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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