Html Css Color HEX #427DFB Royal Blue

📋 copy color: '#427DFB'

red 66 ◦ green 125 ◦ blue 251

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

Shades of Royal Blue #427DFB

Tints of Royal Blue #427DFB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.28%

 BLUE value IS 251 (98.44% from 255) = 56.79%

R = 14.93%
G = 28.28%
B = 56.79%

CMYK

 C value IS 0.74

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#427DFB (or 0x427DFB) is known color: Royal Blue. HEX triplet: 42, 7D and FB. RGB value is (66,125,251). Sum of RGB (Red+Green+Blue) = 66+125+251=442 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.93% from 442); Green value is 125 (49.22% from 255 or 28.28% from 442); Blue value is 251 (98.44% from 255 or 56.79% from 442); Max value from RGB is 251 - color contains mainly: blue. Hex color #427DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #427DFB is #BD8204. Grayscale: #797979. Windows color (decimal): -12419589 or 16481602. OLE color: 16481602.

HSL color Cylindrical-coordinate representation of color #427DFB: hue angle of 220.86º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #427DFB is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 66 125 251 -
CMYK 0.74 0.50 0 0.02
HSL 220.86º 0.96% 0.62% -
HSV(B) 220.86º 0.74% 0.98% -
XYZ 26.99 22.79 94.24 -
YUV 121.72 200.95 88.25 -
System Red Green Blue C M Y K H S L
Decimal 66 125 251 0.74 0.50 0 0.02 220.86 0.96 0.62
Hex 42 7D FB 4A 32 0 2 DD 60 3E
Octal 102 175 373 112 62 0 2 335 140 76
Binary 1000010 1111101 11111011 1001010 110010 0 10 11011101 1100000 111110

Color Harmonies of #427DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427DFB

Black with #427DFB

Text Example


Text Example

White with #427DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,125,251); }

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

background-color css

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

 a { background-color: rgb(66,125,251); }

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

border-color css

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

 span { border-color: rgb(66,125,251); }

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