Html Css Color HEX #038AF1 Dodger Blue

📋 copy color: '#038AF1'

red 3 ◦ green 138 ◦ blue 241

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

Shades of Dodger Blue #038AF1

Tints of Dodger Blue #038AF1

RGB

 RED value IS 3 (1.56% from 255) = 0.79%

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

 BLUE value IS 241 (94.53% from 255) = 63.09%

R = 0.79%
G = 36.13%
B = 63.09%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#038AF1 (or 0x038AF1) is known color: Dodger Blue. HEX triplet: 03, 8A and F1. RGB value is (3,138,241). Sum of RGB (Red+Green+Blue) = 3+138+241=382 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 382); Green value is 138 (54.30% from 255 or 36.13% from 382); Blue value is 241 (94.53% from 255 or 63.09% from 382); Max value from RGB is 241 - color contains mainly: blue. Hex color #038AF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #038AF1 is #FC750E. Grayscale: #6C6C6C. Windows color (decimal): -16545039 or 15829507. OLE color: 15829507.

HSL color Cylindrical-coordinate representation of color #038AF1: hue angle of 205.97º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #038AF1 is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 3 138 241 -
CMYK 0.99 0.43 0 0.05
HSL 205.97º 0.98% 0.48% -
HSV(B) 205.97º 0.99% 0.95% -
XYZ 25 24.55 86.64 -
YUV 109.38 202.27 52.12 -
System Red Green Blue C M Y K H S L
Decimal 3 138 241 0.99 0.43 0 0.05 205.97 0.98 0.48
Hex 3 8A F1 63 2B 0 5 CE 62 30
Octal 3 212 361 143 53 0 5 316 142 60
Binary 11 10001010 11110001 1100011 101011 0 101 11001110 1100010 110000

Color Harmonies of #038AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038AF1

Black with #038AF1

Text Example


Text Example

White with #038AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038AF1; }

 p { color: rgb(3,138,241); }

 H1.HeaderClassName
 {
   color: #038AF1;
 }
 .AnyTagClassName
 {
   color: #038AF1;
 }
</style>

background-color css

<style>
 a { background-color: #038AF1; }

 a { background-color: rgb(3,138,241); }

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

border-color css

<style>
 span { border-color: #038AF1; }

 span { border-color: rgb(3,138,241); }

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