Html Css Color HEX #368BFB Dodger Blue

📋 copy color: '#368BFB'

red 54 ◦ green 139 ◦ blue 251

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

Shades of Dodger Blue #368BFB

Tints of Dodger Blue #368BFB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.31%

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

R = 12.16%
G = 31.31%
B = 56.53%

CMYK

 C value IS 0.78

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#368BFB (or 0x368BFB) is known color: Dodger Blue. HEX triplet: 36, 8B and FB. RGB value is (54,139,251). Sum of RGB (Red+Green+Blue) = 54+139+251=444 (58% of max value = 765). Red value is 54 (21.48% from 255 or 12.16% from 444); Green value is 139 (54.69% from 255 or 31.31% from 444); Blue value is 251 (98.44% from 255 or 56.53% from 444); Max value from RGB is 251 - color contains mainly: blue. Hex color #368BFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #368BFB is #C97404. Grayscale: #7D7D7D. Windows color (decimal): -13202437 or 16485174. OLE color: 16485174.

HSL color Cylindrical-coordinate representation of color #368BFB: hue angle of 214.11º 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 #368BFB is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 54 139 251 -
CMYK 0.78 0.45 0 0.02
HSL 214.11º 0.96% 0.6% -
HSV(B) 214.11º 0.78% 0.98% -
XYZ 28.17 26.21 94.84 -
YUV 126.35 198.34 76.39 -
System Red Green Blue C M Y K H S L
Decimal 54 139 251 0.78 0.45 0 0.02 214.11 0.96 0.6
Hex 36 8B FB 4E 2D 0 2 D6 60 3C
Octal 66 213 373 116 55 0 2 326 140 74
Binary 110110 10001011 11111011 1001110 101101 0 10 11010110 1100000 111100

Color Harmonies of #368BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368BFB

Black with #368BFB

Text Example


Text Example

White with #368BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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