Html Css Color HEX #038FFA Dodger Blue

📋 copy color: '#038FFA'

red 3 ◦ green 143 ◦ blue 250

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

Shades of Dodger Blue #038FFA

Tints of Dodger Blue #038FFA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.11%

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

R = 0.76%
G = 36.11%
B = 63.13%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#038FFA (or 0x038FFA) is known color: Dodger Blue. HEX triplet: 03, 8F and FA. RGB value is (3,143,250). Sum of RGB (Red+Green+Blue) = 3+143+250=396 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 250 (98.05% from 255 or 63.13% from 396); Max value from RGB is 250 - color contains mainly: blue. Hex color #038FFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #038FFA is #FC7005. Grayscale: #707070. Windows color (decimal): -16543750 or 16420611. OLE color: 16420611.

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

Color convert

RGB 3 143 250 -
CMYK 0.99 0.43 0 0.02
HSL 205.99º 0.98% 0.5% -
HSV(B) 205.99º 0.99% 0.98% -
XYZ 27.12 26.57 94.14 -
YUV 113.34 205.12 49.3 -
System Red Green Blue C M Y K H S L
Decimal 3 143 250 0.99 0.43 0 0.02 205.99 0.98 0.5
Hex 3 8F FA 63 2B 0 2 CE 62 32
Octal 3 217 372 143 53 0 2 316 142 62
Binary 11 10001111 11111010 1100011 101011 0 10 11001110 1100010 110010

Color Harmonies of #038FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038FFA

Black with #038FFA

Text Example


Text Example

White with #038FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,143,250); }

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

background-color css

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

 a { background-color: rgb(3,143,250); }

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

border-color css

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

 span { border-color: rgb(3,143,250); }

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