Html Css Color HEX #368FFF Dodger Blue

📋 copy color: '#368FFF'

red 54 ◦ green 143 ◦ blue 255

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

Shades of Dodger Blue #368FFF

Tints of Dodger Blue #368FFF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.64%

 BLUE value IS 255 (100% from 255) = 56.42%

R = 11.95%
G = 31.64%
B = 56.42%

CMYK

 C value IS 0.79

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#368FFF (or 0x368FFF) is known color: Dodger Blue. HEX triplet: 36, 8F and FF. RGB value is (54,143,255). Sum of RGB (Red+Green+Blue) = 54+143+255=452 (59% of max value = 765). Red value is 54 (21.48% from 255 or 11.95% from 452); Green value is 143 (56.25% from 255 or 31.64% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #368FFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #368FFF is #C97000. Grayscale: #808080. Windows color (decimal): -13201409 or 16748342. OLE color: 16748342.

HSL color Cylindrical-coordinate representation of color #368FFF: hue angle of 213.43º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #368FFF is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 54 143 255 -
CMYK 0.79 0.44 0 0
HSL 213.43º 1% 0.61% -
HSV(B) 213.43º 0.79% 1% -
XYZ 29.39 27.65 98.4 -
YUV 129.16 199.01 74.39 -
System Red Green Blue C M Y K H S L
Decimal 54 143 255 0.79 0.44 0 0 213.43 1 0.61
Hex 36 8F FF 4F 2C 0 0 D5 64 3D
Octal 66 217 377 117 54 0 0 325 144 75
Binary 110110 10001111 11111111 1001111 101100 0 0 11010101 1100100 111101

Color Harmonies of #368FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368FFF

Black with #368FFF

Text Example


Text Example

White with #368FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,143,255); }

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

background-color css

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

 a { background-color: rgb(54,143,255); }

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

border-color css

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

 span { border-color: rgb(54,143,255); }

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