Html Css Color HEX #2567DC Royal Blue

📋 copy color: '#2567DC'

red 37 ◦ green 103 ◦ blue 220

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

Shades of Royal Blue #2567DC

Tints of Royal Blue #2567DC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.61%

 BLUE value IS 220 (86.33% from 255) = 61.11%

R = 10.28%
G = 28.61%
B = 61.11%

CMYK

 C value IS 0.83

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2567DC (or 0x2567DC) is known color: Royal Blue. HEX triplet: 25, 67 and DC. RGB value is (37,103,220). Sum of RGB (Red+Green+Blue) = 37+103+220=360 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.28% from 360); Green value is 103 (40.62% from 255 or 28.61% from 360); Blue value is 220 (86.33% from 255 or 61.11% from 360); Max value from RGB is 220 - color contains mainly: blue. Hex color #2567DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2567DC is #DA9823. Grayscale: #606060. Windows color (decimal): -14325796 or 14444325. OLE color: 14444325.

HSL color Cylindrical-coordinate representation of color #2567DC: hue angle of 218.36º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2567DC is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 37 103 220 -
CMYK 0.83 0.53 0 0.14
HSL 218.36º 0.72% 0.5% -
HSV(B) 218.36º 0.83% 0.86% -
XYZ 18.53 15.26 69.68 -
YUV 96.6 197.63 85.49 -
System Red Green Blue C M Y K H S L
Decimal 37 103 220 0.83 0.53 0 0.14 218.36 0.72 0.5
Hex 25 67 DC 53 35 0 E DA 48 32
Octal 45 147 334 123 65 0 16 332 110 62
Binary 100101 1100111 11011100 1010011 110101 0 1110 11011010 1001000 110010

Color Harmonies of #2567DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2567DC

Black with #2567DC

Text Example


Text Example

White with #2567DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2567DC; }

 p { color: rgb(37,103,220); }

 H1.HeaderClassName
 {
   color: #2567DC;
 }
 .AnyTagClassName
 {
   color: #2567DC;
 }
</style>

background-color css

<style>
 a { background-color: #2567DC; }

 a { background-color: rgb(37,103,220); }

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

border-color css

<style>
 span { border-color: #2567DC; }

 span { border-color: rgb(37,103,220); }

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