Html Css Color HEX #1D65EF Royal Blue

📋 copy color: '#1D65EF'

red 29 ◦ green 101 ◦ blue 239

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

Shades of Royal Blue #1D65EF

Tints of Royal Blue #1D65EF

RGB

 RED value IS 29 (11.72% from 255) = 7.86%

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

 BLUE value IS 239 (93.75% from 255) = 64.77%

R = 7.86%
G = 27.37%
B = 64.77%

CMYK

 C value IS 0.88

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1D65EF (or 0x1D65EF) is known color: Royal Blue. HEX triplet: 1D, 65 and EF. RGB value is (29,101,239). Sum of RGB (Red+Green+Blue) = 29+101+239=369 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.86% from 369); Green value is 101 (39.84% from 255 or 27.37% from 369); Blue value is 239 (93.75% from 255 or 64.77% from 369); Max value from RGB is 239 - color contains mainly: blue. Hex color #1D65EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D65EF is #E29A10. Grayscale: #5E5E5E. Windows color (decimal): -14850577 or 15688989. OLE color: 15688989.

HSL color Cylindrical-coordinate representation of color #1D65EF: hue angle of 219.43º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D65EF is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 29 101 239 -
CMYK 0.88 0.58 0 0.06
HSL 219.43º 0.87% 0.53% -
HSV(B) 219.43º 0.88% 0.94% -
XYZ 20.74 15.8 83.62 -
YUV 95.2 209.15 80.78 -
System Red Green Blue C M Y K H S L
Decimal 29 101 239 0.88 0.58 0 0.06 219.43 0.87 0.53
Hex 1D 65 EF 58 3A 0 6 DB 57 35
Octal 35 145 357 130 72 0 6 333 127 65
Binary 11101 1100101 11101111 1011000 111010 0 110 11011011 1010111 110101

Color Harmonies of #1D65EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D65EF

Black with #1D65EF

Text Example


Text Example

White with #1D65EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D65EF; }

 p { color: rgb(29,101,239); }

 H1.HeaderClassName
 {
   color: #1D65EF;
 }
 .AnyTagClassName
 {
   color: #1D65EF;
 }
</style>

background-color css

<style>
 a { background-color: #1D65EF; }

 a { background-color: rgb(29,101,239); }

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

border-color css

<style>
 span { border-color: #1D65EF; }

 span { border-color: rgb(29,101,239); }

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