Html Css Color HEX #2270EB Royal Blue

📋 copy color: '#2270EB'

red 34 ◦ green 112 ◦ blue 235

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

Shades of Royal Blue #2270EB

Tints of Royal Blue #2270EB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.4%

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

R = 8.92%
G = 29.4%
B = 61.68%

CMYK

 C value IS 0.86

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2270EB (or 0x2270EB) is known color: Royal Blue. HEX triplet: 22, 70 and EB. RGB value is (34,112,235). Sum of RGB (Red+Green+Blue) = 34+112+235=381 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.92% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 235 (92.19% from 255 or 61.68% from 381); Max value from RGB is 235 - color contains mainly: blue. Hex color #2270EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2270EB is #DD8F14. Grayscale: #666666. Windows color (decimal): -14520085 or 15429666. OLE color: 15429666.

HSL color Cylindrical-coordinate representation of color #2270EB: hue angle of 216.72º 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 #2270EB is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 34 112 235 -
CMYK 0.86 0.52 0 0.08
HSL 216.72º 0.83% 0.53% -
HSV(B) 216.72º 0.86% 0.92% -
XYZ 21.45 17.93 80.93 -
YUV 102.7 202.66 79 -
System Red Green Blue C M Y K H S L
Decimal 34 112 235 0.86 0.52 0 0.08 216.72 0.83 0.53
Hex 22 70 EB 56 34 0 8 D9 53 35
Octal 42 160 353 126 64 0 10 331 123 65
Binary 100010 1110000 11101011 1010110 110100 0 1000 11011001 1010011 110101

Color Harmonies of #2270EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2270EB

Black with #2270EB

Text Example


Text Example

White with #2270EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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