Html Css Color HEX #1F67EB Royal Blue

📋 copy color: '#1F67EB'

red 31 ◦ green 103 ◦ blue 235

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

Shades of Royal Blue #1F67EB

Tints of Royal Blue #1F67EB

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.91%

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

R = 8.4%
G = 27.91%
B = 63.69%

CMYK

 C value IS 0.87

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1F67EB (or 0x1F67EB) is known color: Royal Blue. HEX triplet: 1F, 67 and EB. RGB value is (31,103,235). Sum of RGB (Red+Green+Blue) = 31+103+235=369 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.40% from 369); Green value is 103 (40.62% from 255 or 27.91% from 369); Blue value is 235 (92.19% from 255 or 63.69% from 369); Max value from RGB is 235 - color contains mainly: blue. Hex color #1F67EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F67EB is #E09814. Grayscale: #5F5F5F. Windows color (decimal): -14718997 or 15427359. OLE color: 15427359.

HSL color Cylindrical-coordinate representation of color #1F67EB: hue angle of 218.82º 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 #1F67EB is Cyan = 0.87, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 31 103 235 -
CMYK 0.87 0.56 0 0.08
HSL 218.82º 0.84% 0.52% -
HSV(B) 218.82º 0.87% 0.92% -
XYZ 20.41 15.99 80.61 -
YUV 96.52 206.15 81.27 -
System Red Green Blue C M Y K H S L
Decimal 31 103 235 0.87 0.56 0 0.08 218.82 0.84 0.52
Hex 1F 67 EB 57 38 0 8 DB 54 34
Octal 37 147 353 127 70 0 10 333 124 64
Binary 11111 1100111 11101011 1010111 111000 0 1000 11011011 1010100 110100

Color Harmonies of #1F67EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F67EB

Black with #1F67EB

Text Example


Text Example

White with #1F67EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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