Html Css Color HEX #426DFD Royal Blue

📋 copy color: '#426DFD'

red 66 ◦ green 109 ◦ blue 253

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

Shades of Royal Blue #426DFD

Tints of Royal Blue #426DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 59.11%

R = 15.42%
G = 25.47%
B = 59.11%

CMYK

 C value IS 0.74

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#426DFD (or 0x426DFD) is known color: Royal Blue. HEX triplet: 42, 6D and FD. RGB value is (66,109,253). Sum of RGB (Red+Green+Blue) = 66+109+253=428 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.42% from 428); Green value is 109 (42.97% from 255 or 25.47% from 428); Blue value is 253 (99.22% from 255 or 59.11% from 428); Max value from RGB is 253 - color contains mainly: blue. Hex color #426DFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #426DFD is #BD9202. Grayscale: #6F6F6F. Windows color (decimal): -12423683 or 16608578. OLE color: 16608578.

HSL color Cylindrical-coordinate representation of color #426DFD: hue angle of 226.2º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #426DFD is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 66 109 253 -
CMYK 0.74 0.57 0 0.01
HSL 226.2º 0.98% 0.63% -
HSV(B) 226.2º 0.74% 0.99% -
XYZ 25.45 19.19 95.29 -
YUV 112.56 207.25 94.79 -
System Red Green Blue C M Y K H S L
Decimal 66 109 253 0.74 0.57 0 0.01 226.2 0.98 0.63
Hex 42 6D FD 4A 39 0 1 E2 62 3F
Octal 102 155 375 112 71 0 1 342 142 77
Binary 1000010 1101101 11111101 1001010 111001 0 1 11100010 1100010 111111

Color Harmonies of #426DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426DFD

Black with #426DFD

Text Example


Text Example

White with #426DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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