Html Css Color HEX #2275DA Royal Blue

📋 copy color: '#2275DA'

red 34 ◦ green 117 ◦ blue 218

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

Shades of Royal Blue #2275DA

Tints of Royal Blue #2275DA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.71%

 BLUE value IS 218 (85.55% from 255) = 59.08%

R = 9.21%
G = 31.71%
B = 59.08%

CMYK

 C value IS 0.84

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2275DA (or 0x2275DA) is known color: Royal Blue. HEX triplet: 22, 75 and DA. RGB value is (34,117,218). Sum of RGB (Red+Green+Blue) = 34+117+218=369 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.21% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 218 (85.55% from 255 or 59.08% from 369); Max value from RGB is 218 - color contains mainly: blue. Hex color #2275DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2275DA is #DD8A25. Grayscale: #676767. Windows color (decimal): -14518822 or 14316834. OLE color: 14316834.

HSL color Cylindrical-coordinate representation of color #2275DA: hue angle of 212.93º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2275DA is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 34 117 218 -
CMYK 0.84 0.46 0 0.15
HSL 212.93º 0.73% 0.49% -
HSV(B) 212.93º 0.84% 0.85% -
XYZ 19.68 18.12 68.79 -
YUV 103.7 192.5 78.29 -
System Red Green Blue C M Y K H S L
Decimal 34 117 218 0.84 0.46 0 0.15 212.93 0.73 0.49
Hex 22 75 DA 54 2E 0 F D5 49 31
Octal 42 165 332 124 56 0 17 325 111 61
Binary 100010 1110101 11011010 1010100 101110 0 1111 11010101 1001001 110001

Color Harmonies of #2275DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2275DA

Black with #2275DA

Text Example


Text Example

White with #2275DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2275DA; }

 p { color: rgb(34,117,218); }

 H1.HeaderClassName
 {
   color: #2275DA;
 }
 .AnyTagClassName
 {
   color: #2275DA;
 }
</style>

background-color css

<style>
 a { background-color: #2275DA; }

 a { background-color: rgb(34,117,218); }

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

border-color css

<style>
 span { border-color: #2275DA; }

 span { border-color: rgb(34,117,218); }

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