Html Css Color HEX #2268EB Royal Blue

📋 copy color: '#2268EB'

red 34 ◦ green 104 ◦ blue 235

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

Shades of Royal Blue #2268EB

Tints of Royal Blue #2268EB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.88%

 BLUE value IS 235 (92.19% from 255) = 63%

R = 9.12%
G = 27.88%
B = 63%

CMYK

 C value IS 0.86

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2268EB (or 0x2268EB) is known color: Royal Blue. HEX triplet: 22, 68 and EB. RGB value is (34,104,235). Sum of RGB (Red+Green+Blue) = 34+104+235=373 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.12% from 373); Green value is 104 (41.02% from 255 or 27.88% from 373); Blue value is 235 (92.19% from 255 or 63.00% from 373); Max value from RGB is 235 - color contains mainly: blue. Hex color #2268EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2268EB is #DD9714. Grayscale: #616161. Windows color (decimal): -14522133 or 15427618. OLE color: 15427618.

HSL color Cylindrical-coordinate representation of color #2268EB: hue angle of 219.1º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2268EB is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 34 104 235 -
CMYK 0.86 0.56 0 0.08
HSL 219.1º 0.83% 0.53% -
HSV(B) 219.1º 0.86% 0.92% -
XYZ 20.61 16.24 80.65 -
YUV 98 205.31 82.35 -
System Red Green Blue C M Y K H S L
Decimal 34 104 235 0.86 0.56 0 0.08 219.1 0.83 0.53
Hex 22 68 EB 56 38 0 8 DB 53 35
Octal 42 150 353 126 70 0 10 333 123 65
Binary 100010 1101000 11101011 1010110 111000 0 1000 11011011 1010011 110101

Color Harmonies of #2268EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2268EB

Black with #2268EB

Text Example


Text Example

White with #2268EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2268EB; }

 p { color: rgb(34,104,235); }

 H1.HeaderClassName
 {
   color: #2268EB;
 }
 .AnyTagClassName
 {
   color: #2268EB;
 }
</style>

background-color css

<style>
 a { background-color: #2268EB; }

 a { background-color: rgb(34,104,235); }

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

border-color css

<style>
 span { border-color: #2268EB; }

 span { border-color: rgb(34,104,235); }

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