Html Css Color HEX #256CDA Royal Blue

📋 copy color: '#256CDA'

red 37 ◦ green 108 ◦ blue 218

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

Shades of Royal Blue #256CDA

Tints of Royal Blue #256CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 60.06%

R = 10.19%
G = 29.75%
B = 60.06%

CMYK

 C value IS 0.83

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#256CDA (or 0x256CDA) is known color: Royal Blue. HEX triplet: 25, 6C and DA. RGB value is (37,108,218). Sum of RGB (Red+Green+Blue) = 37+108+218=363 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.19% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 218 (85.55% from 255 or 60.06% from 363); Max value from RGB is 218 - color contains mainly: blue. Hex color #256CDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #256CDA is #DA9325. Grayscale: #626262. Windows color (decimal): -14324518 or 14314533. OLE color: 14314533.

HSL color Cylindrical-coordinate representation of color #256CDA: hue angle of 216.46º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #256CDA is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 37 108 218 -
CMYK 0.83 0.50 0 0.15
HSL 216.46º 0.71% 0.5% -
HSV(B) 216.46º 0.83% 0.85% -
XYZ 18.78 16.18 68.46 -
YUV 99.31 194.98 83.56 -
System Red Green Blue C M Y K H S L
Decimal 37 108 218 0.83 0.50 0 0.15 216.46 0.71 0.5
Hex 25 6C DA 53 32 0 F D8 47 32
Octal 45 154 332 123 62 0 17 330 107 62
Binary 100101 1101100 11011010 1010011 110010 0 1111 11011000 1000111 110010

Color Harmonies of #256CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256CDA

Black with #256CDA

Text Example


Text Example

White with #256CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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