Html Css Color HEX #226DF0 Royal Blue

📋 copy color: '#226DF0'

red 34 ◦ green 109 ◦ blue 240

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

Shades of Royal Blue #226DF0

Tints of Royal Blue #226DF0

RGB

 RED value IS 34 (13.67% from 255) = 8.88%

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

 BLUE value IS 240 (94.14% from 255) = 62.66%

R = 8.88%
G = 28.46%
B = 62.66%

CMYK

 C value IS 0.86

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#226DF0 (or 0x226DF0) is known color: Royal Blue. HEX triplet: 22, 6D and F0. RGB value is (34,109,240). Sum of RGB (Red+Green+Blue) = 34+109+240=383 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.88% from 383); Green value is 109 (42.97% from 255 or 28.46% from 383); Blue value is 240 (94.14% from 255 or 62.66% from 383); Max value from RGB is 240 - color contains mainly: blue. Hex color #226DF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #226DF0 is #DD920F. Grayscale: #646464. Windows color (decimal): -14520848 or 15756578. OLE color: 15756578.

HSL color Cylindrical-coordinate representation of color #226DF0: hue angle of 218.16º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #226DF0 is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 34 109 240 -
CMYK 0.86 0.55 0 0.06
HSL 218.16º 0.87% 0.54% -
HSV(B) 218.16º 0.86% 0.94% -
XYZ 21.86 17.57 84.68 -
YUV 101.51 206.15 79.85 -
System Red Green Blue C M Y K H S L
Decimal 34 109 240 0.86 0.55 0 0.06 218.16 0.87 0.54
Hex 22 6D F0 56 37 0 6 DA 57 36
Octal 42 155 360 126 67 0 6 332 127 66
Binary 100010 1101101 11110000 1010110 110111 0 110 11011010 1010111 110110

Color Harmonies of #226DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #226DF0

Black with #226DF0

Text Example


Text Example

White with #226DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #226DF0; }

 p { color: rgb(34,109,240); }

 H1.HeaderClassName
 {
   color: #226DF0;
 }
 .AnyTagClassName
 {
   color: #226DF0;
 }
</style>

background-color css

<style>
 a { background-color: #226DF0; }

 a { background-color: rgb(34,109,240); }

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

border-color css

<style>
 span { border-color: #226DF0; }

 span { border-color: rgb(34,109,240); }

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