Html Css Color HEX #1F6BEB Royal Blue

📋 copy color: '#1F6BEB'

red 31 ◦ green 107 ◦ blue 235

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

Shades of Royal Blue #1F6BEB

Tints of Royal Blue #1F6BEB

RGB

 RED value IS 31 (12.5% from 255) = 8.31%

 GREEN value IS 107 (42.19% from 255) = 28.69%

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

R = 8.31%
G = 28.69%
B = 63%

CMYK

 C value IS 0.87

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1F6BEB (or 0x1F6BEB) is known color: Royal Blue. HEX triplet: 1F, 6B and EB. RGB value is (31,107,235). Sum of RGB (Red+Green+Blue) = 31+107+235=373 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.31% from 373); Green value is 107 (42.19% from 255 or 28.69% from 373); Blue value is 235 (92.19% from 255 or 63.00% from 373); Max value from RGB is 235 - color contains mainly: blue. Hex color #1F6BEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F6BEB is #E09414. Grayscale: #626262. Windows color (decimal): -14717973 or 15428383. OLE color: 15428383.

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

Color convert

RGB 31 107 235 -
CMYK 0.87 0.54 0 0.08
HSL 217.65º 0.84% 0.52% -
HSV(B) 217.65º 0.87% 0.92% -
XYZ 20.82 16.8 80.74 -
YUV 98.87 204.82 79.59 -
System Red Green Blue C M Y K H S L
Decimal 31 107 235 0.87 0.54 0 0.08 217.65 0.84 0.52
Hex 1F 6B EB 57 36 0 8 DA 54 34
Octal 37 153 353 127 66 0 10 332 124 64
Binary 11111 1101011 11101011 1010111 110110 0 1000 11011010 1010100 110100

Color Harmonies of #1F6BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F6BEB

Black with #1F6BEB

Text Example


Text Example

White with #1F6BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,107,235); }

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

background-color css

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

 a { background-color: rgb(31,107,235); }

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

border-color css

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

 span { border-color: rgb(31,107,235); }

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