Html Css Color HEX #427EEE Royal Blue

📋 copy color: '#427EEE'

red 66 ◦ green 126 ◦ blue 238

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

Shades of Royal Blue #427EEE

Tints of Royal Blue #427EEE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.3%

 BLUE value IS 238 (93.36% from 255) = 55.35%

R = 15.35%
G = 29.3%
B = 55.35%

CMYK

 C value IS 0.72

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#427EEE (or 0x427EEE) is known color: Royal Blue. HEX triplet: 42, 7E and EE. RGB value is (66,126,238). Sum of RGB (Red+Green+Blue) = 66+126+238=430 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.35% from 430); Green value is 126 (49.61% from 255 or 29.30% from 430); Blue value is 238 (93.36% from 255 or 55.35% from 430); Max value from RGB is 238 - color contains mainly: blue. Hex color #427EEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #427EEE is #BD8111. Grayscale: #787878. Windows color (decimal): -12419346 or 15629890. OLE color: 15629890.

HSL color Cylindrical-coordinate representation of color #427EEE: hue angle of 219.07º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #427EEE is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 66 126 238 -
CMYK 0.72 0.47 0 0.07
HSL 219.07º 0.83% 0.6% -
HSV(B) 219.07º 0.72% 0.93% -
XYZ 25.14 22.25 83.86 -
YUV 120.83 194.12 88.89 -
System Red Green Blue C M Y K H S L
Decimal 66 126 238 0.72 0.47 0 0.07 219.07 0.83 0.6
Hex 42 7E EE 48 2F 0 7 DB 53 3C
Octal 102 176 356 110 57 0 7 333 123 74
Binary 1000010 1111110 11101110 1001000 101111 0 111 11011011 1010011 111100

Color Harmonies of #427EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427EEE

Black with #427EEE

Text Example


Text Example

White with #427EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,126,238); }

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

background-color css

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

 a { background-color: rgb(66,126,238); }

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

border-color css

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

 span { border-color: rgb(66,126,238); }

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