Html Css Color HEX #2567DA Royal Blue

📋 copy color: '#2567DA'

red 37 ◦ green 103 ◦ blue 218

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

Shades of Royal Blue #2567DA

Tints of Royal Blue #2567DA

RGB

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

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

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

R = 10.34%
G = 28.77%
B = 60.89%

CMYK

 C value IS 0.83

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2567DA (or 0x2567DA) is known color: Royal Blue. HEX triplet: 25, 67 and DA. RGB value is (37,103,218). Sum of RGB (Red+Green+Blue) = 37+103+218=358 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.34% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 218 (85.55% from 255 or 60.89% from 358); Max value from RGB is 218 - color contains mainly: blue. Hex color #2567DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2567DA is #DA9825. Grayscale: #5F5F5F. Windows color (decimal): -14325798 or 14313253. OLE color: 14313253.

HSL color Cylindrical-coordinate representation of color #2567DA: hue angle of 218.12º 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 #2567DA is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 37 103 218 -
CMYK 0.83 0.53 0 0.15
HSL 218.12º 0.71% 0.5% -
HSV(B) 218.12º 0.83% 0.85% -
XYZ 18.27 15.16 68.29 -
YUV 96.38 196.63 85.65 -
System Red Green Blue C M Y K H S L
Decimal 37 103 218 0.83 0.53 0 0.15 218.12 0.71 0.5
Hex 25 67 DA 53 35 0 F DA 47 32
Octal 45 147 332 123 65 0 17 332 107 62
Binary 100101 1100111 11011010 1010011 110101 0 1111 11011010 1000111 110010

Color Harmonies of #2567DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2567DA

Black with #2567DA

Text Example


Text Example

White with #2567DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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