Html Css Color HEX #307BF4 Dodger Blue

📋 copy color: '#307BF4'

red 48 ◦ green 123 ◦ blue 244

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

Shades of Dodger Blue #307BF4

Tints of Dodger Blue #307BF4

RGB

 RED value IS 48 (19.14% from 255) = 11.57%

 GREEN value IS 123 (48.44% from 255) = 29.64%

 BLUE value IS 244 (95.7% from 255) = 58.8%

R = 11.57%
G = 29.64%
B = 58.8%

CMYK

 C value IS 0.80

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#307BF4 (or 0x307BF4) is known color: Dodger Blue. HEX triplet: 30, 7B and F4. RGB value is (48,123,244). Sum of RGB (Red+Green+Blue) = 48+123+244=415 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.57% from 415); Green value is 123 (48.44% from 255 or 29.64% from 415); Blue value is 244 (95.70% from 255 or 58.80% from 415); Max value from RGB is 244 - color contains mainly: blue. Hex color #307BF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #307BF4 is #CF840B. Grayscale: #717171. Windows color (decimal): -13599756 or 16022320. OLE color: 16022320.

HSL color Cylindrical-coordinate representation of color #307BF4: hue angle of 217.04º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #307BF4 is Cyan = 0.80, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 48 123 244 -
CMYK 0.80 0.50 0 0.04
HSL 217.04º 0.9% 0.57% -
HSV(B) 217.04º 0.8% 0.96% -
XYZ 24.63 21.33 88.41 -
YUV 114.37 201.15 80.66 -
System Red Green Blue C M Y K H S L
Decimal 48 123 244 0.80 0.50 0 0.04 217.04 0.9 0.57
Hex 30 7B F4 50 32 0 4 D9 5A 39
Octal 60 173 364 120 62 0 4 331 132 71
Binary 110000 1111011 11110100 1010000 110010 0 100 11011001 1011010 111001

Color Harmonies of #307BF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307BF4

Black with #307BF4

Text Example


Text Example

White with #307BF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307BF4; }

 p { color: rgb(48,123,244); }

 H1.HeaderClassName
 {
   color: #307BF4;
 }
 .AnyTagClassName
 {
   color: #307BF4;
 }
</style>

background-color css

<style>
 a { background-color: #307BF4; }

 a { background-color: rgb(48,123,244); }

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

border-color css

<style>
 span { border-color: #307BF4; }

 span { border-color: rgb(48,123,244); }

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