Html Css Color HEX #2665FA Royal Blue

📋 copy color: '#2665FA'

red 38 ◦ green 101 ◦ blue 250

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

Shades of Royal Blue #2665FA

Tints of Royal Blue #2665FA

RGB

 RED value IS 38 (15.23% from 255) = 9.77%

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

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

R = 9.77%
G = 25.96%
B = 64.27%

CMYK

 C value IS 0.85

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2665FA (or 0x2665FA) is known color: Royal Blue. HEX triplet: 26, 65 and FA. RGB value is (38,101,250). Sum of RGB (Red+Green+Blue) = 38+101+250=389 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.77% from 389); Green value is 101 (39.84% from 255 or 25.96% from 389); Blue value is 250 (98.05% from 255 or 64.27% from 389); Max value from RGB is 250 - color contains mainly: blue. Hex color #2665FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2665FA is #D99A05. Grayscale: #626262. Windows color (decimal): -14260742 or 16409894. OLE color: 16409894.

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

Color convert

RGB 38 101 250 -
CMYK 0.85 0.60 0 0.02
HSL 222.17º 0.95% 0.56% -
HSV(B) 222.17º 0.85% 0.98% -
XYZ 22.71 16.62 92.45 -
YUV 99.15 213.13 84.38 -
System Red Green Blue C M Y K H S L
Decimal 38 101 250 0.85 0.60 0 0.02 222.17 0.95 0.56
Hex 26 65 FA 55 3C 0 2 DE 5F 38
Octal 46 145 372 125 74 0 2 336 137 70
Binary 100110 1100101 11111010 1010101 111100 0 10 11011110 1011111 111000

Color Harmonies of #2665FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2665FA

Black with #2665FA

Text Example


Text Example

White with #2665FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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