Html Css Color HEX #368BFC Dodger Blue

📋 copy color: '#368BFC'

red 54 ◦ green 139 ◦ blue 252

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

Shades of Dodger Blue #368BFC

Tints of Dodger Blue #368BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 56.63%

R = 12.13%
G = 31.24%
B = 56.63%

CMYK

 C value IS 0.79

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#368BFC (or 0x368BFC) is known color: Dodger Blue. HEX triplet: 36, 8B and FC. RGB value is (54,139,252). Sum of RGB (Red+Green+Blue) = 54+139+252=445 (58% of max value = 765). Red value is 54 (21.48% from 255 or 12.13% from 445); Green value is 139 (54.69% from 255 or 31.24% from 445); Blue value is 252 (98.83% from 255 or 56.63% from 445); Max value from RGB is 252 - color contains mainly: blue. Hex color #368BFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #368BFC is #C97403. Grayscale: #7D7D7D. Windows color (decimal): -13202436 or 16550710. OLE color: 16550710.

HSL color Cylindrical-coordinate representation of color #368BFC: hue angle of 214.24º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #368BFC is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 54 139 252 -
CMYK 0.79 0.45 0 0.01
HSL 214.24º 0.97% 0.6% -
HSV(B) 214.24º 0.79% 0.99% -
XYZ 28.32 26.28 95.67 -
YUV 126.47 198.84 76.31 -
System Red Green Blue C M Y K H S L
Decimal 54 139 252 0.79 0.45 0 0.01 214.24 0.97 0.6
Hex 36 8B FC 4F 2D 0 1 D6 61 3C
Octal 66 213 374 117 55 0 1 326 141 74
Binary 110110 10001011 11111100 1001111 101101 0 1 11010110 1100001 111100

Color Harmonies of #368BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368BFC

Black with #368BFC

Text Example


Text Example

White with #368BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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