Html Css Color HEX #38A1F7 Dodger Blue

📋 copy color: '#38A1F7'

red 56 ◦ green 161 ◦ blue 247

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

Shades of Dodger Blue #38A1F7

Tints of Dodger Blue #38A1F7

RGB

 RED value IS 56 (22.27% from 255) = 12.07%

 GREEN value IS 161 (63.28% from 255) = 34.7%

 BLUE value IS 247 (96.88% from 255) = 53.23%

R = 12.07%
G = 34.7%
B = 53.23%

CMYK

 C value IS 0.77

 M value IS 0.35

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#38A1F7 (or 0x38A1F7) is known color: Dodger Blue. HEX triplet: 38, A1 and F7. RGB value is (56,161,247). Sum of RGB (Red+Green+Blue) = 56+161+247=464 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.07% from 464); Green value is 161 (63.28% from 255 or 34.70% from 464); Blue value is 247 (96.88% from 255 or 53.23% from 464); Max value from RGB is 247 - color contains mainly: blue. Hex color #38A1F7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #38A1F7 is #C75E08. Grayscale: #8A8A8A. Windows color (decimal): -13065737 or 16228664. OLE color: 16228664.

HSL color Cylindrical-coordinate representation of color #38A1F7: hue angle of 207.02º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38A1F7 is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 56 161 247 -
CMYK 0.77 0.35 0 0.03
HSL 207.02º 0.92% 0.59% -
HSV(B) 207.02º 0.77% 0.97% -
XYZ 31.16 33.05 92.73 -
YUV 139.41 188.71 68.51 -
System Red Green Blue C M Y K H S L
Decimal 56 161 247 0.77 0.35 0 0.03 207.02 0.92 0.59
Hex 38 A1 F7 4D 23 0 3 CF 5C 3B
Octal 70 241 367 115 43 0 3 317 134 73
Binary 111000 10100001 11110111 1001101 100011 0 11 11001111 1011100 111011

Color Harmonies of #38A1F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A1F7

Black with #38A1F7

Text Example


Text Example

White with #38A1F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38A1F7; }

 p { color: rgb(56,161,247); }

 H1.HeaderClassName
 {
   color: #38A1F7;
 }
 .AnyTagClassName
 {
   color: #38A1F7;
 }
</style>

background-color css

<style>
 a { background-color: #38A1F7; }

 a { background-color: rgb(56,161,247); }

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

border-color css

<style>
 span { border-color: #38A1F7; }

 span { border-color: rgb(56,161,247); }

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