Html Css Color HEX #1D65EB Royal Blue

📋 copy color: '#1D65EB'

red 29 ◦ green 101 ◦ blue 235

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

Shades of Royal Blue #1D65EB

Tints of Royal Blue #1D65EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 64.38%

R = 7.95%
G = 27.67%
B = 64.38%

CMYK

 C value IS 0.88

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1D65EB (or 0x1D65EB) is known color: Royal Blue. HEX triplet: 1D, 65 and EB. RGB value is (29,101,235). Sum of RGB (Red+Green+Blue) = 29+101+235=365 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.95% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 235 (92.19% from 255 or 64.38% from 365); Max value from RGB is 235 - color contains mainly: blue. Hex color #1D65EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D65EB is #E29A14. Grayscale: #5E5E5E. Windows color (decimal): -14850581 or 15426845. OLE color: 15426845.

HSL color Cylindrical-coordinate representation of color #1D65EB: hue angle of 219.03º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D65EB is Cyan = 0.88, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 29 101 235 -
CMYK 0.88 0.57 0 0.08
HSL 219.03º 0.84% 0.52% -
HSV(B) 219.03º 0.88% 0.92% -
XYZ 20.16 15.57 80.54 -
YUV 94.75 207.15 81.1 -
System Red Green Blue C M Y K H S L
Decimal 29 101 235 0.88 0.57 0 0.08 219.03 0.84 0.52
Hex 1D 65 EB 58 39 0 8 DB 54 34
Octal 35 145 353 130 71 0 10 333 124 64
Binary 11101 1100101 11101011 1011000 111001 0 1000 11011011 1010100 110100

Color Harmonies of #1D65EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D65EB

Black with #1D65EB

Text Example


Text Example

White with #1D65EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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