Html Css Color HEX #427CD3 Royal Blue

📋 copy color: '#427CD3'

red 66 ◦ green 124 ◦ blue 211

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

Shades of Royal Blue #427CD3

Tints of Royal Blue #427CD3

RGB

 RED value IS 66 (26.17% from 255) = 16.46%

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

 BLUE value IS 211 (82.81% from 255) = 52.62%

R = 16.46%
G = 30.92%
B = 52.62%

CMYK

 C value IS 0.69

 M value IS 0.41

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#427CD3 (or 0x427CD3) is known color: Royal Blue. HEX triplet: 42, 7C and D3. RGB value is (66,124,211). Sum of RGB (Red+Green+Blue) = 66+124+211=401 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.46% from 401); Green value is 124 (48.83% from 255 or 30.92% from 401); Blue value is 211 (82.81% from 255 or 52.62% from 401); Max value from RGB is 211 - color contains mainly: blue. Hex color #427CD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427CD3 is #BD832C. Grayscale: #747474. Windows color (decimal): -12419885 or 13859906. OLE color: 13859906.

HSL color Cylindrical-coordinate representation of color #427CD3: hue angle of 216º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #427CD3 is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 66 124 211 -
CMYK 0.69 0.41 0 0.17
HSL 216º 0.62% 0.54% -
HSV(B) 216º 0.69% 0.83% -
XYZ 21.21 20.28 64.42 -
YUV 116.58 181.28 91.93 -
System Red Green Blue C M Y K H S L
Decimal 66 124 211 0.69 0.41 0 0.17 216 0.62 0.54
Hex 42 7C D3 45 29 0 11 D8 3E 36
Octal 102 174 323 105 51 0 21 330 76 66
Binary 1000010 1111100 11010011 1000101 101001 0 10001 11011000 111110 110110

Color Harmonies of #427CD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427CD3

Black with #427CD3

Text Example


Text Example

White with #427CD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427CD3; }

 p { color: rgb(66,124,211); }

 H1.HeaderClassName
 {
   color: #427CD3;
 }
 .AnyTagClassName
 {
   color: #427CD3;
 }
</style>

background-color css

<style>
 a { background-color: #427CD3; }

 a { background-color: rgb(66,124,211); }

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

border-color css

<style>
 span { border-color: #427CD3; }

 span { border-color: rgb(66,124,211); }

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