Html Css Color HEX #385DF2 Royal Blue

📋 copy color: '#385DF2'

red 56 ◦ green 93 ◦ blue 242

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

Shades of Royal Blue #385DF2

Tints of Royal Blue #385DF2

RGB

 RED value IS 56 (22.27% from 255) = 14.32%

 GREEN value IS 93 (36.72% from 255) = 23.79%

 BLUE value IS 242 (94.92% from 255) = 61.89%

R = 14.32%
G = 23.79%
B = 61.89%

CMYK

 C value IS 0.77

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#385DF2 (or 0x385DF2) is known color: Royal Blue. HEX triplet: 38, 5D and F2. RGB value is (56,93,242). Sum of RGB (Red+Green+Blue) = 56+93+242=391 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.32% from 391); Green value is 93 (36.72% from 255 or 23.79% from 391); Blue value is 242 (94.92% from 255 or 61.89% from 391); Max value from RGB is 242 - color contains mainly: blue. Hex color #385DF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #385DF2 is #C7A20D. Grayscale: #626262. Windows color (decimal): -13083150 or 15883576. OLE color: 15883576.

HSL color Cylindrical-coordinate representation of color #385DF2: hue angle of 228.06º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #385DF2 is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 56 93 242 -
CMYK 0.77 0.62 0 0.05
HSL 228.06º 0.88% 0.58% -
HSV(B) 228.06º 0.77% 0.95% -
XYZ 21.57 15.08 85.78 -
YUV 98.92 208.74 97.38 -
System Red Green Blue C M Y K H S L
Decimal 56 93 242 0.77 0.62 0 0.05 228.06 0.88 0.58
Hex 38 5D F2 4D 3E 0 5 E4 58 3A
Octal 70 135 362 115 76 0 5 344 130 72
Binary 111000 1011101 11110010 1001101 111110 0 101 11100100 1011000 111010

Color Harmonies of #385DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385DF2

Black with #385DF2

Text Example


Text Example

White with #385DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385DF2; }

 p { color: rgb(56,93,242); }

 H1.HeaderClassName
 {
   color: #385DF2;
 }
 .AnyTagClassName
 {
   color: #385DF2;
 }
</style>

background-color css

<style>
 a { background-color: #385DF2; }

 a { background-color: rgb(56,93,242); }

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

border-color css

<style>
 span { border-color: #385DF2; }

 span { border-color: rgb(56,93,242); }

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