Html Css Color HEX #2265FA Royal Blue

📋 copy color: '#2265FA'

red 34 ◦ green 101 ◦ blue 250

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

Shades of Royal Blue #2265FA

Tints of Royal Blue #2265FA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.23%

 BLUE value IS 250 (98.05% from 255) = 64.94%

R = 8.83%
G = 26.23%
B = 64.94%

CMYK

 C value IS 0.86

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2265FA (or 0x2265FA) is known color: Royal Blue. HEX triplet: 22, 65 and FA. RGB value is (34,101,250). Sum of RGB (Red+Green+Blue) = 34+101+250=385 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.83% from 385); Green value is 101 (39.84% from 255 or 26.23% from 385); Blue value is 250 (98.05% from 255 or 64.94% from 385); Max value from RGB is 250 - color contains mainly: blue. Hex color #2265FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2265FA is #DD9A05. Grayscale: #616161. Windows color (decimal): -14522886 or 16409890. OLE color: 16409890.

HSL color Cylindrical-coordinate representation of color #2265FA: hue angle of 221.39º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2265FA is Cyan = 0.86, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 34 101 250 -
CMYK 0.86 0.60 0 0.02
HSL 221.39º 0.96% 0.56% -
HSV(B) 221.39º 0.86% 0.98% -
XYZ 22.57 16.55 92.45 -
YUV 97.95 213.8 82.38 -
System Red Green Blue C M Y K H S L
Decimal 34 101 250 0.86 0.60 0 0.02 221.39 0.96 0.56
Hex 22 65 FA 56 3C 0 2 DD 60 38
Octal 42 145 372 126 74 0 2 335 140 70
Binary 100010 1100101 11111010 1010110 111100 0 10 11011101 1100000 111000

Color Harmonies of #2265FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2265FA

Black with #2265FA

Text Example


Text Example

White with #2265FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2265FA; }

 p { color: rgb(34,101,250); }

 H1.HeaderClassName
 {
   color: #2265FA;
 }
 .AnyTagClassName
 {
   color: #2265FA;
 }
</style>

background-color css

<style>
 a { background-color: #2265FA; }

 a { background-color: rgb(34,101,250); }

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

border-color css

<style>
 span { border-color: #2265FA; }

 span { border-color: rgb(34,101,250); }

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