Html Css Color HEX #348AFB Dodger Blue

📋 copy color: '#348AFB'

red 52 ◦ green 138 ◦ blue 251

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

Shades of Dodger Blue #348AFB

Tints of Dodger Blue #348AFB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.29%

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

R = 11.79%
G = 31.29%
B = 56.92%

CMYK

 C value IS 0.79

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#348AFB (or 0x348AFB) is known color: Dodger Blue. HEX triplet: 34, 8A and FB. RGB value is (52,138,251). Sum of RGB (Red+Green+Blue) = 52+138+251=441 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.79% from 441); Green value is 138 (54.30% from 255 or 31.29% from 441); Blue value is 251 (98.44% from 255 or 56.92% from 441); Max value from RGB is 251 - color contains mainly: blue. Hex color #348AFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #348AFB is #CB7504. Grayscale: #7C7C7C. Windows color (decimal): -13333765 or 16484916. OLE color: 16484916.

HSL color Cylindrical-coordinate representation of color #348AFB: hue angle of 214.07º degrees, saturation: 0.96, 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 #348AFB is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 52 138 251 -
CMYK 0.79 0.45 0 0.02
HSL 214.07º 0.96% 0.59% -
HSV(B) 214.07º 0.79% 0.98% -
XYZ 27.92 25.87 94.79 -
YUV 125.17 199.01 75.81 -
System Red Green Blue C M Y K H S L
Decimal 52 138 251 0.79 0.45 0 0.02 214.07 0.96 0.59
Hex 34 8A FB 4F 2D 0 2 D6 60 3B
Octal 64 212 373 117 55 0 2 326 140 73
Binary 110100 10001010 11111011 1001111 101101 0 10 11010110 1100000 111011

Color Harmonies of #348AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348AFB

Black with #348AFB

Text Example


Text Example

White with #348AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,138,251); }

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

background-color css

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

 a { background-color: rgb(52,138,251); }

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

border-color css

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

 span { border-color: rgb(52,138,251); }

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