Html Css Color HEX #368AFB Dodger Blue

📋 copy color: '#368AFB'

red 54 ◦ green 138 ◦ blue 251

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

Shades of Dodger Blue #368AFB

Tints of Dodger Blue #368AFB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.15%

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

R = 12.19%
G = 31.15%
B = 56.66%

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

#368AFB (or 0x368AFB) is known color: Dodger Blue. HEX triplet: 36, 8A and FB. RGB value is (54,138,251). Sum of RGB (Red+Green+Blue) = 54+138+251=443 (58% of max value = 765). Red value is 54 (21.48% from 255 or 12.19% from 443); Green value is 138 (54.30% from 255 or 31.15% from 443); Blue value is 251 (98.44% from 255 or 56.66% from 443); Max value from RGB is 251 - color contains mainly: blue. Hex color #368AFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #368AFB is #C97504. Grayscale: #7D7D7D. Windows color (decimal): -13202693 or 16484918. OLE color: 16484918.

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

Color convert

RGB 54 138 251 -
CMYK 0.78 0.45 0 0.02
HSL 214.42º 0.96% 0.6% -
HSV(B) 214.42º 0.78% 0.98% -
XYZ 28.02 25.93 94.79 -
YUV 125.77 198.67 76.81 -
System Red Green Blue C M Y K H S L
Decimal 54 138 251 0.78 0.45 0 0.02 214.42 0.96 0.6
Hex 36 8A FB 4E 2D 0 2 D6 60 3C
Octal 66 212 373 116 55 0 2 326 140 74
Binary 110110 10001010 11111011 1001110 101101 0 10 11010110 1100000 111100

Color Harmonies of #368AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368AFB

Black with #368AFB

Text Example


Text Example

White with #368AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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