Html Css Color HEX #426DFA Royal Blue

📋 copy color: '#426DFA'

red 66 ◦ green 109 ◦ blue 250

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

Shades of Royal Blue #426DFA

Tints of Royal Blue #426DFA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.65%

 BLUE value IS 250 (98.05% from 255) = 58.82%

R = 15.53%
G = 25.65%
B = 58.82%

CMYK

 C value IS 0.74

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#426DFA (or 0x426DFA) is known color: Royal Blue. HEX triplet: 42, 6D and FA. RGB value is (66,109,250). Sum of RGB (Red+Green+Blue) = 66+109+250=425 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.53% from 425); Green value is 109 (42.97% from 255 or 25.65% from 425); Blue value is 250 (98.05% from 255 or 58.82% from 425); Max value from RGB is 250 - color contains mainly: blue. Hex color #426DFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #426DFA is #BD9205. Grayscale: #6F6F6F. Windows color (decimal): -12423686 or 16411970. OLE color: 16411970.

HSL color Cylindrical-coordinate representation of color #426DFA: hue angle of 225.98º degrees, saturation: 0.95, 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 #426DFA is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 66 109 250 -
CMYK 0.74 0.56 0 0.02
HSL 225.98º 0.95% 0.62% -
HSV(B) 225.98º 0.74% 0.98% -
XYZ 24.97 19 92.79 -
YUV 112.22 205.75 95.04 -
System Red Green Blue C M Y K H S L
Decimal 66 109 250 0.74 0.56 0 0.02 225.98 0.95 0.62
Hex 42 6D FA 4A 38 0 2 E2 5F 3E
Octal 102 155 372 112 70 0 2 342 137 76
Binary 1000010 1101101 11111010 1001010 111000 0 10 11100010 1011111 111110

Color Harmonies of #426DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426DFA

Black with #426DFA

Text Example


Text Example

White with #426DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426DFA; }

 p { color: rgb(66,109,250); }

 H1.HeaderClassName
 {
   color: #426DFA;
 }
 .AnyTagClassName
 {
   color: #426DFA;
 }
</style>

background-color css

<style>
 a { background-color: #426DFA; }

 a { background-color: rgb(66,109,250); }

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

border-color css

<style>
 span { border-color: #426DFA; }

 span { border-color: rgb(66,109,250); }

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