Html Css Color HEX #426BED Royal Blue

📋 copy color: '#426BED'

red 66 ◦ green 107 ◦ blue 237

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

Shades of Royal Blue #426BED

Tints of Royal Blue #426BED

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.1%

 BLUE value IS 237 (92.97% from 255) = 57.8%

R = 16.1%
G = 26.1%
B = 57.8%

CMYK

 C value IS 0.72

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#426BED (or 0x426BED) is known color: Royal Blue. HEX triplet: 42, 6B and ED. RGB value is (66,107,237). Sum of RGB (Red+Green+Blue) = 66+107+237=410 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.10% from 410); Green value is 107 (42.19% from 255 or 26.10% from 410); Blue value is 237 (92.97% from 255 or 57.80% from 410); Max value from RGB is 237 - color contains mainly: blue. Hex color #426BED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #426BED is #BD9412. Grayscale: #6D6D6D. Windows color (decimal): -12424211 or 15559490. OLE color: 15559490.

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

Color convert

RGB 66 107 237 -
CMYK 0.72 0.55 0 0.07
HSL 225.61º 0.83% 0.59% -
HSV(B) 225.61º 0.72% 0.93% -
XYZ 22.79 17.79 82.35 -
YUV 109.56 199.92 96.93 -
System Red Green Blue C M Y K H S L
Decimal 66 107 237 0.72 0.55 0 0.07 225.61 0.83 0.59
Hex 42 6B ED 48 37 0 7 E2 53 3B
Octal 102 153 355 110 67 0 7 342 123 73
Binary 1000010 1101011 11101101 1001000 110111 0 111 11100010 1010011 111011

Color Harmonies of #426BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426BED

Black with #426BED

Text Example


Text Example

White with #426BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,107,237); }

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

background-color css

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

 a { background-color: rgb(66,107,237); }

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

border-color css

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

 span { border-color: rgb(66,107,237); }

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