Html Css Color HEX #2D65FA Royal Blue

📋 copy color: '#2D65FA'

red 45 ◦ green 101 ◦ blue 250

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

Shades of Royal Blue #2D65FA

Tints of Royal Blue #2D65FA

RGB

 RED value IS 45 (17.97% from 255) = 11.36%

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

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

R = 11.36%
G = 25.51%
B = 63.13%

CMYK

 C value IS 0.82

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2D65FA (or 0x2D65FA) is known color: Royal Blue. HEX triplet: 2D, 65 and FA. RGB value is (45,101,250). Sum of RGB (Red+Green+Blue) = 45+101+250=396 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.36% from 396); Green value is 101 (39.84% from 255 or 25.51% from 396); Blue value is 250 (98.05% from 255 or 63.13% from 396); Max value from RGB is 250 - color contains mainly: blue. Hex color #2D65FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D65FA is #D29A05. Grayscale: #646464. Windows color (decimal): -13801990 or 16409901. OLE color: 16409901.

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

Color convert

RGB 45 101 250 -
CMYK 0.82 0.60 0 0.02
HSL 223.61º 0.95% 0.58% -
HSV(B) 223.61º 0.82% 0.98% -
XYZ 22.99 16.77 92.47 -
YUV 101.24 211.95 87.88 -
System Red Green Blue C M Y K H S L
Decimal 45 101 250 0.82 0.60 0 0.02 223.61 0.95 0.58
Hex 2D 65 FA 52 3C 0 2 E0 5F 3A
Octal 55 145 372 122 74 0 2 340 137 72
Binary 101101 1100101 11111010 1010010 111100 0 10 11100000 1011111 111010

Color Harmonies of #2D65FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D65FA

Black with #2D65FA

Text Example


Text Example

White with #2D65FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D65FA; }

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

 H1.HeaderClassName
 {
   color: #2D65FA;
 }
 .AnyTagClassName
 {
   color: #2D65FA;
 }
</style>

background-color css

<style>
 a { background-color: #2D65FA; }

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

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

border-color css

<style>
 span { border-color: #2D65FA; }

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

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