Html Css Color HEX #368BE3 Dodger Blue

📋 copy color: '#368BE3'

red 54 ◦ green 139 ◦ blue 227

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

Shades of Dodger Blue #368BE3

Tints of Dodger Blue #368BE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 54.05%

R = 12.86%
G = 33.1%
B = 54.05%

CMYK

 C value IS 0.76

 M value IS 0.39

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#368BE3 (or 0x368BE3) is known color: Dodger Blue. HEX triplet: 36, 8B and E3. RGB value is (54,139,227). Sum of RGB (Red+Green+Blue) = 54+139+227=420 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.86% from 420); Green value is 139 (54.69% from 255 or 33.10% from 420); Blue value is 227 (89.06% from 255 or 54.05% from 420); Max value from RGB is 227 - color contains mainly: blue. Hex color #368BE3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #368BE3 is #C9741C. Grayscale: #7B7B7B. Windows color (decimal): -13202461 or 14912310. OLE color: 14912310.

HSL color Cylindrical-coordinate representation of color #368BE3: hue angle of 210.52º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #368BE3 is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 54 139 227 -
CMYK 0.76 0.39 0 0.11
HSL 210.52º 0.76% 0.55% -
HSV(B) 210.52º 0.76% 0.89% -
XYZ 24.62 24.8 76.16 -
YUV 123.62 186.34 78.34 -
System Red Green Blue C M Y K H S L
Decimal 54 139 227 0.76 0.39 0 0.11 210.52 0.76 0.55
Hex 36 8B E3 4C 27 0 B D3 4C 37
Octal 66 213 343 114 47 0 13 323 114 67
Binary 110110 10001011 11100011 1001100 100111 0 1011 11010011 1001100 110111

Color Harmonies of #368BE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368BE3

Black with #368BE3

Text Example


Text Example

White with #368BE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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