Html Css Color HEX #368DFB Dodger Blue

📋 copy color: '#368DFB'

red 54 ◦ green 141 ◦ blue 251

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

Shades of Dodger Blue #368DFB

Tints of Dodger Blue #368DFB

RGB

 RED value IS 54 (21.48% from 255) = 12.11%

 GREEN value IS 141 (55.47% from 255) = 31.61%

 BLUE value IS 251 (98.44% from 255) = 56.28%

R = 12.11%
G = 31.61%
B = 56.28%

CMYK

 C value IS 0.78

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#368DFB (or 0x368DFB) is known color: Dodger Blue. HEX triplet: 36, 8D and FB. RGB value is (54,141,251). Sum of RGB (Red+Green+Blue) = 54+141+251=446 (59% of max value = 765). Red value is 54 (21.48% from 255 or 12.11% from 446); Green value is 141 (55.47% from 255 or 31.61% from 446); Blue value is 251 (98.44% from 255 or 56.28% from 446); Max value from RGB is 251 - color contains mainly: blue. Hex color #368DFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #368DFB is #C97204. Grayscale: #7F7F7F. Windows color (decimal): -13201925 or 16485686. OLE color: 16485686.

HSL color Cylindrical-coordinate representation of color #368DFB: hue angle of 213.5º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #368DFB is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 54 141 251 -
CMYK 0.78 0.44 0 0.02
HSL 213.5º 0.96% 0.6% -
HSV(B) 213.5º 0.78% 0.98% -
XYZ 28.46 26.8 94.94 -
YUV 127.53 197.68 75.56 -
System Red Green Blue C M Y K H S L
Decimal 54 141 251 0.78 0.44 0 0.02 213.5 0.96 0.6
Hex 36 8D FB 4E 2C 0 2 D6 60 3C
Octal 66 215 373 116 54 0 2 326 140 74
Binary 110110 10001101 11111011 1001110 101100 0 10 11010110 1100000 111100

Color Harmonies of #368DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368DFB

Black with #368DFB

Text Example


Text Example

White with #368DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368DFB; }

 p { color: rgb(54,141,251); }

 H1.HeaderClassName
 {
   color: #368DFB;
 }
 .AnyTagClassName
 {
   color: #368DFB;
 }
</style>

background-color css

<style>
 a { background-color: #368DFB; }

 a { background-color: rgb(54,141,251); }

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

border-color css

<style>
 span { border-color: #368DFB; }

 span { border-color: rgb(54,141,251); }

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