Html Css Color HEX #426FFA Royal Blue

📋 copy color: '#426FFA'

red 66 ◦ green 111 ◦ blue 250

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

Shades of Royal Blue #426FFA

Tints of Royal Blue #426FFA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26%

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

R = 15.46%
G = 26%
B = 58.55%

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

#426FFA (or 0x426FFA) is known color: Royal Blue. HEX triplet: 42, 6F and FA. RGB value is (66,111,250). Sum of RGB (Red+Green+Blue) = 66+111+250=427 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.46% from 427); Green value is 111 (43.75% from 255 or 26.00% from 427); Blue value is 250 (98.05% from 255 or 58.55% from 427); Max value from RGB is 250 - color contains mainly: blue. Hex color #426FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #426FFA is #BD9005. Grayscale: #707070. Windows color (decimal): -12423174 or 16412482. OLE color: 16412482.

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

Color convert

RGB 66 111 250 -
CMYK 0.74 0.56 0 0.02
HSL 225.33º 0.95% 0.62% -
HSV(B) 225.33º 0.74% 0.98% -
XYZ 25.19 19.43 92.87 -
YUV 113.39 205.09 94.2 -
System Red Green Blue C M Y K H S L
Decimal 66 111 250 0.74 0.56 0 0.02 225.33 0.95 0.62
Hex 42 6F FA 4A 38 0 2 E1 5F 3E
Octal 102 157 372 112 70 0 2 341 137 76
Binary 1000010 1101111 11111010 1001010 111000 0 10 11100001 1011111 111110

Color Harmonies of #426FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426FFA

Black with #426FFA

Text Example


Text Example

White with #426FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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