Html Css Color HEX #348CFA Dodger Blue

📋 copy color: '#348CFA'

red 52 ◦ green 140 ◦ blue 250

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

Shades of Dodger Blue #348CFA

Tints of Dodger Blue #348CFA

RGB

 RED value IS 52 (20.7% from 255) = 11.76%

 GREEN value IS 140 (55.08% from 255) = 31.67%

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

R = 11.76%
G = 31.67%
B = 56.56%

CMYK

 C value IS 0.79

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#348CFA (or 0x348CFA) is known color: Dodger Blue. HEX triplet: 34, 8C and FA. RGB value is (52,140,250). Sum of RGB (Red+Green+Blue) = 52+140+250=442 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.76% from 442); Green value is 140 (55.08% from 255 or 31.67% from 442); Blue value is 250 (98.05% from 255 or 56.56% from 442); Max value from RGB is 250 - color contains mainly: blue. Hex color #348CFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #348CFA is #CB7305. Grayscale: #7D7D7D. Windows color (decimal): -13333254 or 16419892. OLE color: 16419892.

HSL color Cylindrical-coordinate representation of color #348CFA: hue angle of 213.33º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #348CFA is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 52 140 250 -
CMYK 0.79 0.44 0 0.02
HSL 213.33º 0.95% 0.59% -
HSV(B) 213.33º 0.79% 0.98% -
XYZ 28.05 26.39 94.06 -
YUV 126.23 197.85 75.06 -
System Red Green Blue C M Y K H S L
Decimal 52 140 250 0.79 0.44 0 0.02 213.33 0.95 0.59
Hex 34 8C FA 4F 2C 0 2 D5 5F 3B
Octal 64 214 372 117 54 0 2 325 137 73
Binary 110100 10001100 11111010 1001111 101100 0 10 11010101 1011111 111011

Color Harmonies of #348CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348CFA

Black with #348CFA

Text Example


Text Example

White with #348CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348CFA; }

 p { color: rgb(52,140,250); }

 H1.HeaderClassName
 {
   color: #348CFA;
 }
 .AnyTagClassName
 {
   color: #348CFA;
 }
</style>

background-color css

<style>
 a { background-color: #348CFA; }

 a { background-color: rgb(52,140,250); }

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

border-color css

<style>
 span { border-color: #348CFA; }

 span { border-color: rgb(52,140,250); }

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