Html Css Color HEX #567CEA Royal Blue

📋 copy color: '#567CEA'

red 86 ◦ green 124 ◦ blue 234

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

Shades of Royal Blue #567CEA

Tints of Royal Blue #567CEA

RGB

 RED value IS 86 (33.98% from 255) = 19.37%

 GREEN value IS 124 (48.83% from 255) = 27.93%

 BLUE value IS 234 (91.8% from 255) = 52.7%

R = 19.37%
G = 27.93%
B = 52.7%

CMYK

 C value IS 0.63

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#567CEA (or 0x567CEA) is known color: Royal Blue. HEX triplet: 56, 7C and EA. RGB value is (86,124,234). Sum of RGB (Red+Green+Blue) = 86+124+234=444 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.37% from 444); Green value is 124 (48.83% from 255 or 27.93% from 444); Blue value is 234 (91.80% from 255 or 52.70% from 444); Max value from RGB is 234 - color contains mainly: blue. Hex color #567CEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #567CEA is #A98315. Grayscale: #7C7C7C. Windows color (decimal): -11109142 or 15367254. OLE color: 15367254.

HSL color Cylindrical-coordinate representation of color #567CEA: hue angle of 224.59º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #567CEA is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 86 124 234 -
CMYK 0.63 0.47 0 0.08
HSL 224.59º 0.78% 0.63% -
HSV(B) 224.59º 0.63% 0.92% -
XYZ 25.9 22.33 80.79 -
YUV 125.18 189.41 100.06 -
System Red Green Blue C M Y K H S L
Decimal 86 124 234 0.63 0.47 0 0.08 224.59 0.78 0.63
Hex 56 7C EA 3F 2F 0 8 E1 4E 3F
Octal 126 174 352 77 57 0 10 341 116 77
Binary 1010110 1111100 11101010 111111 101111 0 1000 11100001 1001110 111111

Color Harmonies of #567CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567CEA

Black with #567CEA

Text Example


Text Example

White with #567CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567CEA; }

 p { color: rgb(86,124,234); }

 H1.HeaderClassName
 {
   color: #567CEA;
 }
 .AnyTagClassName
 {
   color: #567CEA;
 }
</style>

background-color css

<style>
 a { background-color: #567CEA; }

 a { background-color: rgb(86,124,234); }

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

border-color css

<style>
 span { border-color: #567CEA; }

 span { border-color: rgb(86,124,234); }

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