Html Css Color HEX #368BFA Dodger Blue

📋 copy color: '#368BFA'

red 54 ◦ green 139 ◦ blue 250

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

Shades of Dodger Blue #368BFA

Tints of Dodger Blue #368BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 56.43%

R = 12.19%
G = 31.38%
B = 56.43%

CMYK

 C value IS 0.78

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#368BFA (or 0x368BFA) is known color: Dodger Blue. HEX triplet: 36, 8B and FA. RGB value is (54,139,250). Sum of RGB (Red+Green+Blue) = 54+139+250=443 (58% of max value = 765). Red value is 54 (21.48% from 255 or 12.19% from 443); Green value is 139 (54.69% from 255 or 31.38% from 443); Blue value is 250 (98.05% from 255 or 56.43% from 443); Max value from RGB is 250 - color contains mainly: blue. Hex color #368BFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #368BFA is #C97405. Grayscale: #7D7D7D. Windows color (decimal): -13202438 or 16419638. OLE color: 16419638.

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

Color convert

RGB 54 139 250 -
CMYK 0.78 0.44 0 0.02
HSL 213.98º 0.95% 0.6% -
HSV(B) 213.98º 0.78% 0.98% -
XYZ 28.01 26.15 94.01 -
YUV 126.24 197.84 76.47 -
System Red Green Blue C M Y K H S L
Decimal 54 139 250 0.78 0.44 0 0.02 213.98 0.95 0.6
Hex 36 8B FA 4E 2C 0 2 D6 5F 3C
Octal 66 213 372 116 54 0 2 326 137 74
Binary 110110 10001011 11111010 1001110 101100 0 10 11010110 1011111 111100

Color Harmonies of #368BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368BFA

Black with #368BFA

Text Example


Text Example

White with #368BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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