Html Css Color HEX #2566DF Royal Blue

📋 copy color: '#2566DF'

red 37 ◦ green 102 ◦ blue 223

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

Shades of Royal Blue #2566DF

Tints of Royal Blue #2566DF

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.18%

 BLUE value IS 223 (87.5% from 255) = 61.6%

R = 10.22%
G = 28.18%
B = 61.6%

CMYK

 C value IS 0.83

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2566DF (or 0x2566DF) is known color: Royal Blue. HEX triplet: 25, 66 and DF. RGB value is (37,102,223). Sum of RGB (Red+Green+Blue) = 37+102+223=362 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.22% from 362); Green value is 102 (40.23% from 255 or 28.18% from 362); Blue value is 223 (87.5% from 255 or 61.60% from 362); Max value from RGB is 223 - color contains mainly: blue. Hex color #2566DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2566DF is #DA9920. Grayscale: #5F5F5F. Windows color (decimal): -14326049 or 14640677. OLE color: 14640677.

HSL color Cylindrical-coordinate representation of color #2566DF: hue angle of 219.03º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2566DF is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 37 102 223 -
CMYK 0.83 0.54 0 0.13
HSL 219.03º 0.74% 0.51% -
HSV(B) 219.03º 0.83% 0.87% -
XYZ 18.83 15.22 71.76 -
YUV 96.36 199.47 85.66 -
System Red Green Blue C M Y K H S L
Decimal 37 102 223 0.83 0.54 0 0.13 219.03 0.74 0.51
Hex 25 66 DF 53 36 0 D DB 4A 33
Octal 45 146 337 123 66 0 15 333 112 63
Binary 100101 1100110 11011111 1010011 110110 0 1101 11011011 1001010 110011

Color Harmonies of #2566DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2566DF

Black with #2566DF

Text Example


Text Example

White with #2566DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2566DF; }

 p { color: rgb(37,102,223); }

 H1.HeaderClassName
 {
   color: #2566DF;
 }
 .AnyTagClassName
 {
   color: #2566DF;
 }
</style>

background-color css

<style>
 a { background-color: #2566DF; }

 a { background-color: rgb(37,102,223); }

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

border-color css

<style>
 span { border-color: #2566DF; }

 span { border-color: rgb(37,102,223); }

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