Html Css Color HEX #368EFB Dodger Blue

📋 copy color: '#368EFB'

red 54 ◦ green 142 ◦ blue 251

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

Shades of Dodger Blue #368EFB

Tints of Dodger Blue #368EFB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.77%

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

R = 12.08%
G = 31.77%
B = 56.15%

CMYK

 C value IS 0.78

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#368EFB (or 0x368EFB) is known color: Dodger Blue. HEX triplet: 36, 8E and FB. RGB value is (54,142,251). Sum of RGB (Red+Green+Blue) = 54+142+251=447 (59% of max value = 765). Red value is 54 (21.48% from 255 or 12.08% from 447); Green value is 142 (55.86% from 255 or 31.77% from 447); Blue value is 251 (98.44% from 255 or 56.15% from 447); Max value from RGB is 251 - color contains mainly: blue. Hex color #368EFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #368EFB is #C97104. Grayscale: #7F7F7F. Windows color (decimal): -13201669 or 16485942. OLE color: 16485942.

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

Color convert

RGB 54 142 251 -
CMYK 0.78 0.43 0 0.02
HSL 213.2º 0.96% 0.6% -
HSV(B) 213.2º 0.78% 0.98% -
XYZ 28.61 27.1 94.99 -
YUV 128.11 197.35 75.14 -
System Red Green Blue C M Y K H S L
Decimal 54 142 251 0.78 0.43 0 0.02 213.2 0.96 0.6
Hex 36 8E FB 4E 2B 0 2 D5 60 3C
Octal 66 216 373 116 53 0 2 325 140 74
Binary 110110 10001110 11111011 1001110 101011 0 10 11010101 1100000 111100

Color Harmonies of #368EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368EFB

Black with #368EFB

Text Example


Text Example

White with #368EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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