Html Css Color HEX #368BEC Dodger Blue

📋 copy color: '#368BEC'

red 54 ◦ green 139 ◦ blue 236

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

Shades of Dodger Blue #368BEC

Tints of Dodger Blue #368BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 55.01%

R = 12.59%
G = 32.4%
B = 55.01%

CMYK

 C value IS 0.77

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#368BEC (or 0x368BEC) is known color: Dodger Blue. HEX triplet: 36, 8B and EC. RGB value is (54,139,236). Sum of RGB (Red+Green+Blue) = 54+139+236=429 (56% of max value = 765). Red value is 54 (21.48% from 255 or 12.59% from 429); Green value is 139 (54.69% from 255 or 32.40% from 429); Blue value is 236 (92.58% from 255 or 55.01% from 429); Max value from RGB is 236 - color contains mainly: blue. Hex color #368BEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #368BEC is #C97413. Grayscale: #7C7C7C. Windows color (decimal): -13202452 or 15502134. OLE color: 15502134.

HSL color Cylindrical-coordinate representation of color #368BEC: hue angle of 211.98º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #368BEC is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 54 139 236 -
CMYK 0.77 0.41 0 0.07
HSL 211.98º 0.83% 0.57% -
HSV(B) 211.98º 0.77% 0.93% -
XYZ 25.89 25.31 82.88 -
YUV 124.64 190.84 77.61 -
System Red Green Blue C M Y K H S L
Decimal 54 139 236 0.77 0.41 0 0.07 211.98 0.83 0.57
Hex 36 8B EC 4D 29 0 7 D4 53 39
Octal 66 213 354 115 51 0 7 324 123 71
Binary 110110 10001011 11101100 1001101 101001 0 111 11010100 1010011 111001

Color Harmonies of #368BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368BEC

Black with #368BEC

Text Example


Text Example

White with #368BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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